Releases: adamgruber/sass-extract-js
Releases · adamgruber/sass-extract-js
0.4.0
Fixed
- Make
camelCase
option work with SassMaps (@shinytang6)
0.3.0
Added
- Support options passed in from
sass-extract
0.2.0
Added
- New option:
camelCase
. You can now skip the camelCase transformation by setting this option tofalse
. (#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)