You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 pages, one which loads the theme via CSS and the other via SCSS
✔️ astro dev @ [CSS, SCSS]
❌ astro build @ [CSS, SCSS]
Styles are broken for all pages, not just the ones that loaded SCSS.
Update:
I was just exploring this a bit more and now can't reproduce the CSS page being broken when other pages have SCSS...
Also ran into that several times yesterday, so CSS being affected in the presence of SCSS seems intermittent.
The SCSS issue is consistent.
What version of
astro
are you using?1.2.6
Are you using an SSR adapter? If so, which one?
no
What package manager are you using?
yarn
What operating system are you using?
Windows
Describe the Bug
The linked repro has this implementation:
astro dev
astro build
✔️
astro dev
@ [CSS, SCSS]❌
astro build
@ [CSS, SCSS]Styles are broken for all pages, not just the ones that loaded
SCSS
.Update:
I was just exploring this a bit more and now can't reproduce the
CSS
page being broken when other pages haveSCSS
...Also ran into that several times yesterday, so
CSS
being affected in the presence ofSCSS
seems intermittent.The
SCSS
issue is consistent.✔️
astro build
@ [CSS](SCSS page renamed to
SCSS.astro.disabled
)Link to Minimal Reproducible Example
https://github.com/enteleform-codesandbox/0017--Astro--ConditionalSCSS
Participation
The text was updated successfully, but these errors were encountered: