postcss-px-to-viewport v1.1.1 Release Notes
Release Date: 2019-07-08 // over 5 years ago-
๐ Fixed
- ๐ Fixed
rule.source === undefined
frompostcss-modules-values
.
- ๐ Fixed
Previous changes from v1.1.0
-
โ Added
landscape
(Boolean) Adds@media (orientation: landscape)
with values converted vialandscapeWidth
.landscapeUnit
(String) Expected unit forlandscape
optionlandscapeWidth
(Number) Viewport width for landscape orientation.
๐ Fixed
mediaQuery
option iftrue
does not mutate its value now, but the rule inside it instead.