oddbird / sass-json-export

JSON exporter for Sass. Based on SassyJSON, by Kitty Giraudel.
MIT License
12 stars 4 forks source link

Add support for calculation type #5

Closed jacksleight closed 2 years ago

jacksleight commented 2 years ago

Adds support for the calculation type added in dart-sass 1.40, used for things like calc() and clamp().

Just outputs them as quoted strings as that's probably the only sensible way to handle them.