Skip to content

Commit 6a758db

Browse files
committed
disable autoprefixer on these declarations
1 parent 48d2d7f commit 6a758db

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
@@ -37,7 +37,8 @@ const processor = postcss.plugin( 'modules-extract-imports', function ( options
3737
nodes: Object.keys( pathImports ).map( importedSymbol => postcss.decl( {
3838
value: importedSymbol,
3939
prop: pathImports[importedSymbol],
40-
before: "\n "
40+
before: "\n ",
41+
_autoprefixerDisabled: true
4142
} ) )
4243
} ) );
4344
} );

0 commit comments

Comments
 (0)