All Versions
4
Latest Version
Avg Release Cycle
350 days
Latest Release
1746 days ago

Changelog History

  • v1.1.1 Changes

    July 08, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed rule.source === undefined from postcss-modules-values.
  • v1.1.0 Changes

    February 05, 2019

    โž• 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.
  • v1.0.0 Changes

    January 28, 2019

    โšก๏ธ We are pleased to present you updated postcss-px-to-viewport v1.0.0
    We have made improvements that address the issues of active developers.

    โž• Added

    • replace option - (Boolean) replaces rules containing vw instead of adding fallbacks.
    • propList option - (Array) The properties that can change from px to vw.
    • exclude option - (Array or Regexp) Ignore some files like node_modules.

    ๐Ÿ”„ Changed

    • zero values now remain unitless.
    • replace regexp is not case sensitive, so if you want to change px, then pX values won't be changed.
  • v0.0.3

    August 23, 2016