jsass

Share functions and variables between JS and Sass.

Downloads
30
Stars
0
Committers
1

Bot releases are visible (Hide)

jsass - 1.2.3 Latest Release

Published by bencergazda about 3 years ago

Bug Fixes

jsass - 1.2.2

Published by bencergazda about 3 years ago

Bug Fixes

jsass - 1.2.1

Published by bencergazda about 3 years ago

Bug Fixes

  • SassVarsToJS: Handling Colors in SassMap keys correctly (ced40ca)
jsass - 1.2.0

Published by bencergazda about 3 years ago

Features

  • jsFunctionsToSass: Automatic parameter resolution for Sass functions (#5) (c4f61a2)
jsass - 1.1.2

Published by bencergazda about 3 years ago

Bug Fixes

  • JSFunctionsToSass: Handling synchronous renderSync() correctly (#3) (cc7581a)
jsass - 1.1.1

Published by bencergazda about 3 years ago

Bug Fixes

  • JSVarsToSassData: The options parameters should never be undefined (e8a866f)
jsass - 1.1.0

Published by bencergazda about 3 years ago

Features

  • Adding support for Dart Sass (ea9f65b5)

API changes

  • Changing the names (and file path) of many classes (adefaa71)

    To be more straightforward, as we are supporting not exclusively node-sass

    Old name New name
    JSFunctionsToNodeSass JSFunctionsToSass
    JSVarsToNodeSass JSVarsToSass
    NodeSassVarsToJs SassVarsToJS
    JSVarsToSassString JSVarsToSassData

    (We should create a new major version in normal case, but since the package is quite new (1wo), we make an exception this time. Hopefully we will not have to change the API in the near future.)

jsass - 1.0.0

Published by bencergazda about 3 years ago

Initial release