first commit
This commit is contained in:
12
postcss.config.js
Normal file
12
postcss.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
// module.exports = {
|
||||
// plugins: {
|
||||
// autoprefixer: {}
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'autoprefixer': {browsers: 'last 5 version'}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user