Added
- Add
[content-hash]
css module pattern by @rubberpants in #802. This includes a hash of the file contents rather than the file path (as[hash]
works), which can be used to support multiple versions of the same library simultaneously without conflicts. - Improve error message for pseudo elements followed by selectors by @kdy1 in #797
- Implement pure mode lints for CSS Modules by @kdy1 in #796. This option enforces the use of a class or id selector in each rule.
Fixed
- Fix
box-shadow
combination ofoklch
andcurrentColor
by @hi-ogawa in #801 - Add missing browserslist import in docs.md by @cpeaustriajc in #798
- Update broken selectors link in homepage by @20jasper in #750
- Make CLI example work with Windows by @tim-we in #726
- Update copyright year on main page by @log101 in #790
- Update browser compat data - 54390b4