Nuxt & PostCss
So my main issue is that i thougt postcss is a nice way to go with nuxt3 (because out of the box support) ( after using scss for a while now ), so everything is working fine
only thing is why mixins ( postcss ) does not work if you put it on a element that is not nested
so for example
This works perfect as long as it is nested
when i want to do it like
it will give me an error of undefined mixin
im kinda mind blown that it works when nested but not when it is on its own
nuxt config is like this :
only thing is why mixins ( postcss ) does not work if you put it on a element that is not nested
so for example
This works perfect as long as it is nested
when i want to do it like
it will give me an error of undefined mixin
nuxt config is like this :