Add automatic css prefixing
This commit is contained in:
8
.postcssrc.json
Normal file
8
.postcssrc.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"plugins": {
|
||||
"postcss-preset-env": {
|
||||
"stage": 3,
|
||||
"browsers": "last 2 versions"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user