build: add autoprefixer
This commit is contained in:
parent
53c2987dcf
commit
87dd1649b9
4 changed files with 239 additions and 0 deletions
5
postcss.config.js
Normal file
5
postcss.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
autoprefixer: {}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue