Skip to content

Commit bda1ddd

Browse files
committed
disable autoprefixer on these declarations
1 parent 563eedd commit bda1ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ const processor = postcss.plugin('postcss-modules-scope', function(options) {
148148
nodes: exportedNames.map(exportedName => postcss.decl({
149149
prop: exportedName,
150150
value: exports[exportedName].join(" "),
151-
before: "\n "
151+
before: "\n ",
152+
_autoprefixerDisabled: true
152153
}))
153154
}));
154155
}

0 commit comments

Comments
 (0)