Post CSS with Solid Start
I have one question. Does someone know to include Post-CSS in Solid-Start project?
I use SCSS and I would like to make the bundles smaller by analyzing the .tsx files.
My files use scss like so.
I use
And then I just import them into the
I use SCSS and I would like to make the bundles smaller by analyzing the .tsx files.
My files use scss like so.
I use
.tsx.scss to group them in my IDE.And then I just import them into the
.tsx file.