This commit is contained in:
9
postcss.config.js
Normal file
9
postcss.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
plugins: {
|
||||
'postcss-nesting': {},
|
||||
'postcss-preset-env': {
|
||||
stage: 2,
|
||||
features: { 'nesting-rules': false }
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user