Merge pull request #168 from stylesuxx/feature/postcss

Add basic support for PostCSS (provided by @stylesuxx)
This commit is contained in:
Chris
2015-11-23 08:33:32 +01:00
7 changed files with 215 additions and 1 deletions
+4 -1
View File
@@ -43,7 +43,10 @@
"react-webpack-template": "^1.0.0",
"underscore.string": "^3.2.2",
"yeoman-generator": "^0.21.0",
"yeoman-welcome": "^1.0.1"
"yeoman-welcome": "^1.0.1",
"esprima": "^2.7.0" ,
"esprima-walk": "^0.1.0" ,
"escodegen": "^1.7.0"
},
"devDependencies": {
"chai": "^3.2.0",