You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 of oklch and currentColor by @hi-ogawa in #801