postcss-px-to-viewport v1.1.1 Release Notes

Release Date: 2019-07-08 // almost 5 years ago
  • 🛠 Fixed

    • 🛠 Fixed rule.source === undefined from postcss-modules-values.

Previous changes from v1.1.0

  • ➕ Added

    • landscape (Boolean) Adds @media (orientation: landscape) with values converted via landscapeWidth.
    • landscapeUnit (String) Expected unit for landscape option
    • landscapeWidth (Number) Viewport width for landscape orientation.

    🛠 Fixed

    • mediaQuery option if true does not mutate its value now, but the rule inside it instead.