cssc icon indicating copy to clipboard operation
cssc copied to clipboard

a fast, friendly css compiler in go

Results 5 cssc issues
Sort by recently updated
recently updated
newest added

The highlighter doesn't do a great job of truncating the error down if the line an error occurs on is too long.

Some things are missing: - `@supports` syntax support: we could inline the content and put it in a @supports block - media queries support: we could inline the content and...

It: - does not follow cascade rules (and probably can't?) - deletes the declaration / `var()` but probably should keep them - maybe should warn if non-`:root` variables are there?