We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362b031 commit fc1626dCopy full SHA for fc1626d
index.js
@@ -35,7 +35,7 @@ module.exports = function (options) {
35
var satisfyPropList = createPropListMatcher(opts.propList);
36
var landscapeRules = [];
37
return {
38
- postcssPlugin: 'px-to-viewport-ignore',
+ postcssPlugin: 'postcss-px-to-viewport',
39
Once(css, { result }) {
40
css.walkRules(function (rule) {
41
// Add exclude option to ignore some files like 'node_modules'
0 commit comments