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

Hooks should be configurable directly in the config, so they are more consistent while used within bundlers and frameworks #232

Open Machy8 opened 1 year ago

Machy8 commented 1 year ago

Describe the problem

For example Nuxt 3 + Vite imports works in a magic way and Stylify imported in stylify.config.mjs is not the same as Stylify imported during build, therefore hooks defined in stylify.config.mjs doesn't work ¯_(ツ)_/¯.

Describe the proposed solution

.

Alternatives considered

.

Importance

would make my life easier