theKashey / used-styles

📝All the critical styles you've used to render a page.
MIT License
138 stars 9 forks source link

Don't inline "non-selectors" from "non-used" files #11

Open theKashey opened 4 years ago

theKashey commented 4 years ago

Right now used-styles inlines everything it can't "match" - font declarations and animations. However - it might do it only for the limited set of files, which might be known from the "bunder integration" for example

It's already partially supported via filter filters in different APIs, and should be just better documented and tested