We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d2d7f commit 6a758dbCopy full SHA for 6a758db
1 file changed
src/index.js
@@ -37,7 +37,8 @@ const processor = postcss.plugin( 'modules-extract-imports', function ( options
37
nodes: Object.keys( pathImports ).map( importedSymbol => postcss.decl( {
38
value: importedSymbol,
39
prop: pathImports[importedSymbol],
40
- before: "\n "
+ before: "\n ",
41
+ _autoprefixerDisabled: true
42
} ) )
43
} ) );
44
} );
0 commit comments