Qwik Version
v0.0.34
Operating System (or Browser)
macOs + Chrome
Node Version (if applicable)
No response
Which component is affected?
Qwik Rollup / Vite plugin
Expected Behaviour
scss styles loaded correctly
Actual Behaviour
npm init qwik@latest
- Choose Starter, Express and add Prettier
cd qwik-app
npm install
npm install sass <-- UPDATE
- add .mytitle { color: red; } inside global.css
- add
mytitle class to h1 selector inside app.tsx
- rename global.css to global.scss
- fix global.css import inside root.tsx
- run
npm run dev.ssr and mytitle class is not loaded
Additional Information
With npm run dev is working correctly
Qwik Version
v0.0.34
Operating System (or Browser)
macOs + Chrome
Node Version (if applicable)
No response
Which component is affected?
Qwik Rollup / Vite plugin
Expected Behaviour
scss styles loaded correctly
Actual Behaviour
npm init qwik@latestcd qwik-appnpm installnpm install sass<-- UPDATEmytitleclass to h1 selector insideapp.tsxnpm run dev.ssrandmytitleclass is not loadedAdditional Information
With
npm run devis working correctly