postcss-px-to-viewport v1.1.0 Release Notes
Release Date: 2019-02-05 // about 6 years ago-
➕ 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.