Skip to content

Commit fc1626d

Browse files
author
xiongshiji
committed
fix:plugin name
1 parent 362b031 commit fc1626d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function (options) {
3535
var satisfyPropList = createPropListMatcher(opts.propList);
3636
var landscapeRules = [];
3737
return {
38-
postcssPlugin: 'px-to-viewport-ignore',
38+
postcssPlugin: 'postcss-px-to-viewport',
3939
Once(css, { result }) {
4040
css.walkRules(function (rule) {
4141
// Add exclude option to ignore some files like 'node_modules'

0 commit comments

Comments
 (0)