Closed olivercoad closed 1 month ago
I found this issue when doing an @supports for oklch relative color syntax, but simplified it down to its simplest form:
@supports
@supports (--num: 1.5) { .myclass { display: block; } }
declare const classNames: { readonly "5": "5"; readonly myclass: "myclass"; }; export = classNames;
Supported in the latest version.
I found this issue when doing an
@supports
for oklch relative color syntax, but simplified it down to its simplest form: