You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightning CSS is an extremely fast CSS parser, transformer, and minifier written in Rust. Compared with PostCSS, Lightning CSS has faster speed and smaller code bundles. At the same time, Lightning CSS also has built-in features such as @import, CSS modules, URL rebasing, etc.
Here is a benchmark of compile times and bundle sizes for JavaScript-based tools, Lightning CSS and ESBuild:
Vite provides first-class support for Lightning CSS, and I believe this can be used as a reference:
Lightning CSS is an extremely fast CSS parser, transformer, and minifier written in Rust. Compared with PostCSS, Lightning CSS has faster speed and smaller code bundles. At the same time, Lightning CSS also has built-in features such as
@import
, CSS modules, URL rebasing, etc.Here is a benchmark of compile times and bundle sizes for JavaScript-based tools, Lightning CSS and ESBuild:
Vite provides first-class support for Lightning CSS, and I believe this can be used as a reference:
Upvote & Fund
The text was updated successfully, but these errors were encountered: