mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-30 01:16:24 +00:00
Use postcss-modules-local-by-default
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
var autoprefixer = require('autoprefixer-core');
|
||||
var localcss = require('postcss-modules-local-by-default');
|
||||
|
||||
module.exports = {
|
||||
module: {
|
||||
@@ -15,5 +16,5 @@ module.exports = {
|
||||
}
|
||||
]
|
||||
},
|
||||
postcss: [ autoprefixer ]
|
||||
postcss: [ autoprefixer, localcss ]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user