scss-parser
scss-parser copied to clipboard
A library to parse/stringify SCSS
`scss-parser` throws an error when a percent-value is not padded with a leading space. Input SCSS: ```scss .x { width:100%; } ``` Error: ``` Error: Expecting punctuation: "}" (1:18) at...
[modularscale-sass](https://github.com/modularscale/modularscale-sass) (and also [ceaser-easing](https://github.com/soenkekluth/ceaser-easing)), one of the dependencies of my project defines variables like this: // Ratios $double-octave : 4 ; $pi : 3.14159265359 ; $major-twelfth : 3 ; $major-eleventh...
Hi salesforce UX team! When I parse a SCSS selector made of a list of selector, I've got a punctuation type instead of a list: ```js {type: 'selector', value: [...