Skip to content

Releases: adamgruber/sass-extract-js

0.4.0

23 Jul 17:16
Compare
Choose a tag to compare

Fixed

  • Make camelCase option work with SassMaps (@shinytang6)

0.3.0

22 Jul 18:40
4052f9d
Compare
Choose a tag to compare

Added

  • Support options passed in from sass-extract

0.2.0

30 Nov 20:40
Compare
Choose a tag to compare

Added

  • New option: camelCase. You can now skip the camelCase transformation by setting this option to false. (#3)

Changed

  • Changes were made under the hood to allow creating an instance of this plugin with options.
  • Package includes separate modules for plugin generation and variable transformation (#2)

0.1.0

30 Nov 18:29
Compare
Choose a tag to compare

Initial Release