stylify / packages

💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎.
https://stylifycss.com
MIT License
424 stars 9 forks source link

Do not generate css classes, that are already in the extended bundle. #279

Open Machy8 opened 4 months ago

Machy8 commented 4 months ago

Describe the problem

In case, there is for example a layout and pages, then pages don't need classes that are in layout unless they are generated for custom selectors. This can eliminate a lot of duplicated classes and make bundles even smaller.

Describe the proposed solution

.

Alternatives considered

.

Importance

nice to have