@lezer/sass
Advanced tools
Changelog
1.0.7 (2024-09-20)
Fix a bug that could cause the parser to get stuck, endlessly parsing empty statments, at the end of some types of inputs with unclosed blocks.
Changelog
1.0.6 (2024-03-21)
Properly parse placeholder selectors. Add map declarations to the grammar
Add support for parenthesized maps.
Changelog
1.0.4 (2023-12-28)
Tag comments and strings as isolating for the purpose of bidirectional text.
Changelog
1.0.3 (2023-07-07)
Properly parse suffixed nested selectors.
Allow the nesting &
selector to appear as a descendant selector.