SolidJSS
SolidJSโ€ข13mo agoโ€ข
10 replies
Jason.json

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.

    myfile.tsx
    myflie.tsx.scss


I use .tsx.scss to group them in my IDE.

And then I just import them into the .tsx file.

import './myfile.tsx.scss';
Was this page helpful?