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
What version of that package or tool are you using?
2023.7.8
What version of Remix are you using?
1.19.1
Steps to Reproduce
npm run install
npm run dev
go into the browser
inspect header header
go to compiled app-WHATEVERTHE.css:250
See the untouched raw CSS
Expected Behavior
I would like PostCSS to support the use of variables within media queries. Subsequently, nesting should be resolved, and autoprefixing should be functional. Yes its a lot, but i tried different combinations of plugins as well.
What is the location of your example repository?
https://github.com/briziel/hydrogen-postcss-bug
i installed the following dependencies:
Created a
app/styles/mediaqueries.css
Created a postcss.config.cjs
and edited the headers css in
app/styles/app.css:130
to:Which package or tool is having this issue?
Hydrogen
What version of that package or tool are you using?
2023.7.8
What version of Remix are you using?
1.19.1
Steps to Reproduce
npm run install
npm run dev
Expected Behavior
I would like PostCSS to support the use of variables within media queries. Subsequently, nesting should be resolved, and autoprefixing should be functional. Yes its a lot, but i tried different combinations of plugins as well.
it should look like this:
Actual Behavior
but It looks like this:
The text was updated successfully, but these errors were encountered: