| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-20 | 1.6 kB | |
| v1.33.0 source code.tar.gz | 2026-07-20 | 7.6 MB | |
| v1.33.0 source code.zip | 2026-07-20 | 7.7 MB | |
| Totals: 3 Items | 15.3 MB | 0 | |
Added
- Add support for
::highlightby @lucasweng in https://github.com/parcel-bundler/lightningcss/pull/970 - Add support for @position-try at-rule by @mattcosta7 in https://github.com/parcel-bundler/lightningcss/pull/1238 [#851]
- Add support for ::search-text and :current::search-text (#1212) by @lucinadin in https://github.com/parcel-bundler/lightningcss/pull/1213
- Collapse light-dark(x, x) to x by @cscnk52 in https://github.com/parcel-bundler/lightningcss/pull/1183
- Supports
:target-before/after/currentpseudo-class by @yisibl in https://github.com/parcel-bundler/lightningcss/pull/1185 - Support for the alpha() relative color function by @yisibl in https://github.com/parcel-bundler/lightningcss/pull/1266
Fixed
- Print unknown at-rules in the same location by @RobinMalfait in https://github.com/parcel-bundler/lightningcss/pull/1233
- Fix #rrggbbaa support on older versions of android by @fkeiler in https://github.com/parcel-bundler/lightningcss/pull/1198
- Replace
attywithstd::io::IsTerminalby @fkeiler in https://github.com/parcel-bundler/lightningcss/pull/1197 - Bump dependencies (cssparser, const-str) by @noahbald in https://github.com/parcel-bundler/lightningcss/pull/1200
- Fix minification of negative scientific notation dimensions by @ssssota in https://github.com/parcel-bundler/lightningcss/pull/1192
- Change serde attribute to be conditional for ResolveResult enum File variant by @FlorianDevP in https://github.com/parcel-bundler/lightningcss/pull/1251
- Add
externalto return type ofresolveby @sapphi-red in https://github.com/parcel-bundler/lightningcss/pull/1261