basic styling
This commit is contained in:
9
postcss.config.js
Normal file
9
postcss.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
'postcss-url': {},
|
||||
'postcss-cssnext': {},
|
||||
'postcss-browser-reporter': {},
|
||||
'postcss-reporter': {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user