💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎.
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 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 instylify.config.mjs
doesn't work ¯_(ツ)_/¯.Describe the proposed solution
.
Alternatives considered
.
Importance
would make my life easier