Skip to content

v1.27.0

Latest
Compare
Choose a tag to compare
@devongovett devongovett released this 11 Sep 03:05

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