Skip to content

Commit

Permalink
Make local classnames global
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jul 22, 2016
1 parent 1bffa4c commit 99893e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = {
{
test: /\.css$/,
include: srcPath,
loader: 'style!css!postcss'
loader: 'style!css?localIdentName=[name]!postcss'
},
{
test: /\.json$/,
Expand Down

0 comments on commit 99893e8

Please sign in to comment.