swc/crates/swc_css_codegen/tests/fixture/preserved-token/custom-properties/output.css

88 lines
520 B
CSS
Raw Normal View History

* {
--x: ;
}
* {
--x: ;
}
* {
--x: ;
}
* {
--x: ;
}
* {
--x: y;
}
* {
--x: y;
}
* {
--x: y;
}
* {
--x: y,;
}
* {
--x: var(y,);
}
* {
--x: (y);
}
* {
--x: (y);
}
* {
--x: (y);
}
* {
--x: (y );
}
* {
--x: ( y);
}
* {
--x: f(y);
}
* {
--x: f(y);
}
* {
--x: f(y);
}
* {
--x: f(y );
}
* {
--x: f( y);
}
* {
--x: [y];
}
* {
--x: [y];
}
* {
--x: [y];
}
* {
--x: [y ];
}
* {
--x: [ y];
}
* {
--x: {y};
}
* {
--x: {y};
}
* {
--x: {y};
}
* {
--x: {y };
}
* {
--x: { y};
}