get-sass-vars

Get Sass variables as JSON object.

MIT License

Downloads
25.2K
Stars
17
Committers
2
get-sass-vars - v4.0.2 Latest Release

Published by niksy 12 months ago

Changed

  • Add changes for Node 12
get-sass-vars - v4.0.1

Published by niksy almost 1 year ago

Fixed

  • Properly escape quotes for string values
    (#11)
get-sass-vars - v4.0.0

Published by niksy over 1 year ago

Changed

Removed

  • Node 10 support, lowest version is 12.22
  • Legacy Sass support, lowest version is 1.45
  • Precision option; Dart Sass defaults to a sufficiently high precision for
    all existing browsers

Fixed

  • ES module import implementation
get-sass-vars - v3.4.0

Published by niksy almost 3 years ago

Added

  • Sync version (#6)
get-sass-vars - v3.3.0

Published by niksy almost 3 years ago

Added

  • Precision option (#5)
get-sass-vars - v3.2.1

Published by niksy almost 3 years ago

Fixed

  • TypeScript definitions
    (#4)
get-sass-vars - v3.2.0

Published by niksy almost 3 years ago

Added

  • TypeScript types

Changed

  • Update postcss-scss
  • Use GitHub Actions instead of Travis
  • Upgrade package
get-sass-vars - v3.1.0

Published by niksy over 3 years ago

Removed

  • Dependency on node-fibers (Node 16 compatibility)
    • You can still pass Fibers implementation through sassOptions parameter
get-sass-vars - v3.0.1

Published by niksy almost 4 years ago

Fixed

  • Properly parse SCSS syntax
get-sass-vars - v3.0.0

Published by niksy almost 4 years ago

Changed

  • Switch to Dart Sass
  • Upgrade package

Removed

  • Node 4 support, lowest version is 10