Add postcss step
This commit is contained in:
9
postcss.config.json
Normal file
9
postcss.config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"use": [
|
||||
"autoprefixer",
|
||||
"postcss-nested"
|
||||
],
|
||||
"autoprefixer": {
|
||||
"browsers": "> 5%"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user