lightningcss_rs 0.1.0

A CSS parser, transformer, and minifier fork from https://github.com/parcel-bundler/lightningcss. Fix some bug for Rspack.
Documentation
1
2
3
4
5
6
7
@mixin color {
  color: red;

  &.bar {
    color: yellow;
  }
}