Skip to content

v2.0.0

Compare
Choose a tag to compare
@micantoine micantoine released this 02 May 12:45
· 299 commits to master since this release

Features

  • Drop of the prefixes $style. & $. issue #13
  • Introduction of three mode native, mixed, scoped (default being native following cssModules philosophy)
  • Requirement of the module attribute on the <style> tag to preprocess the component
  • Option to locally change the preprocessing mode per component by setting a value to the module attribute
  • Add setting option hashSeeder to customize the source of the hashing method
  • Add setting option allowedAttributes to parse other attributes than class
  • Add :local() selector
  • External stylesheets' imports following the convention .module.css
  • No more IDE unused CSS selector warning issue #5