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

Screen and pseudo classes group should be possible to use within custom selector group #182

Open Machy8 opened 1 year ago

Machy8 commented 1 year ago

Describe the problem

Like this

[a]{desktop:{color:blue;font-size:24px}}

instead of

[a]{desktop:color:blue;desktop:font-size:24px}

Describe the proposed solution

.

Alternatives considered

.

Importance

nice to have