Add postcss step

This commit is contained in:
Tom Raithel
2017-01-25 14:04:23 +01:00
parent 3443ae050a
commit 4766ec7774
6 changed files with 24 additions and 40 deletions

9
postcss.config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"use": [
"autoprefixer",
"postcss-nested"
],
"autoprefixer": {
"browsers": "> 5%"
}
}