@lezer/css
Advanced tools
Changelog
1.1.9 (2024-09-10)
Allow url()
values to be empty.
Don't generate a parse error when declarations don't have a value.
Changelog
1.1.8 (2024-02-19)
Follow the standard, allowing digits in unit identifiers.
Changelog
1.1.7 (2024-01-08)
Correctly parse properties with a space before the colon.
Changelog
1.1.5 (2023-12-28)
Tag comments and strings as isolating for the purpose of bidirectional text.
Changelog
1.1.4 (2023-11-09)
Fix parsing of &
selectors in descendant selectors.
Allow identifiers to contain backslash escapes.
Changelog
1.1.3 (2023-07-03)
Comments are now parsed to end of file if no closing */
is found.
Make the package work with new TS resolution styles.
Changelog
1.1.2 (2023-05-15)
Make keyframe selector parsing more flexible to support timeline ranges.
Allow multiple comma-separated keyframe selectors per keyframe.