Skip to content

Commit

Permalink
Place postcss config in a place thats easier for processes to find.
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-kaurand committed Apr 4, 2017
1 parent c52b853 commit e30f259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions postcss.config.js
@@ -0,0 +1,5 @@
module.exports = {
plugins: [
require('autoprefixer')
]
};
5 changes: 0 additions & 5 deletions webpack.config.js
Expand Up @@ -149,11 +149,6 @@ var multiConfig = _.compact(_.map([
loader: 'babel-loader'
}
]
},
postcss: function() {
return [
require('autoprefixer')
];
}
});
}));
Expand Down

0 comments on commit e30f259

Please sign in to comment.