px in media query
Open
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 173
- PR merge metrics
- No merged PRs in 30d
Description
The doc says, `mediaQuery (Boolean) Allow px to be converted in media queries.` At first I thought this was a bug because my CSS properties in a media query were still being converted (which I didn't want). Both implicitly and explicitly setting this to `false` did not change the behaviour. Then I realised you probably mean converting `px` units within the query itself and not other properties that are descendents of that query. This could (a) be clarified in the docs and (b) perhaps a feature added to actually not convert descendent properties?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.