Why do css-modules render-blocking my page?
Unanswered
Doberman Pinscher posted this in #help-forum
Doberman PinscherOP
I got into a next 15 project where there is a mixup of tailwind and scss.
My desicion was to rewrite all css: both global styles and tailwind into module css, so it would be more scalable in the future, but while i was doing it, i've noticed that all the render-blocking resources on production were css modules resources, and not the tailwind or global styles.
Is it normal for css modules?
If it is not then at this point i'm thinking towards rewriting all the styles on tailwind.
currently on 15.2.1-canary.2
My desicion was to rewrite all css: both global styles and tailwind into module css, so it would be more scalable in the future, but while i was doing it, i've noticed that all the render-blocking resources on production were css modules resources, and not the tailwind or global styles.
Is it normal for css modules?
If it is not then at this point i'm thinking towards rewriting all the styles on tailwind.currently on 15.2.1-canary.2