postcss-px-to-viewport-update
Advanced tools
Changelog
[Unreleased 1.2.0] - 2020-xx-xx
You can install edge-version over
npm i -D evrone/postcss-px-to-viewport
or yarn add -D evrone/postcss-px-to-viewport
.
include
(Regexp or Array of Regexp) If include
is set, only matching files will be converted,
for example, only files under src/mobile/
(include: /\/src\/mobile\//
)
exclude
andinclude
can be set together, and the intersection of the two rules will be taken.
/* px-to-viewport-ignore */
and /* px-to-viewport-ignore-next */
— special comments
for ignore conversion of single lines, inspired by
#27 from @lcat
Read more about ignoring.package-lock.json
included to git-repo.