Replies: 1 comment 18 replies
-
This is equivalent syntax in modern browsers. You need to set a browserslist if you want the output to target older browsers. |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Those are all of the dependencies I have in my current test file. Upon writing a media query with sass, parcel rewrites the output and messes up the query.
Sass file:
CSS output:
As you can see in the CSS output file, the media query is different and this completely ruins said media query. Any enlightenment is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions