yocss icon indicating copy to clipboard operation
yocss copied to clipboard

A zero-dependency, 1k CSS-in-JS library for purists.

Results 2 yocss issues
Sort by recently updated
recently updated
newest added

CSS rules are added using the imperative DOM APIs. Because of that, their content doesn't appear as `` content. There's a couple of different scenarios here. 1. For React et...

enhancement

Currently we have to do: ```js css({ '* :host': {}, '* ::slotted(*)': {} }); ``` This is because they're treated as a standard pseudo. We should special case them so...

enhancement