1.0.0 • Published 5 years ago

px-to-viewport v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

px-to-viewport

Based on "postcss-px-to-viewport" and "postcss-pixel-to-viewport" respectively, they combine their advantages and my needs.

params

    viewportWidth: 750,
    viewportUnit: 'vmin',
    propertyBlacklist: [],
    minPixelValue: 2,
    selectorBlackList: [],
    enableConvertComment: 'on',
    disableConvertComment: 'off',
    mediaQuery: false

Specific role can be found in the above projects