Skip to content

Commit

Permalink
edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Aug 20, 2015
1 parent d4ed0f6 commit d3807cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ After launching the server, `small.png` and `big.png` will have the following UR

`css-loader?modules` (the query parameter modules) enables the [CSS Modules](https://github.com/css-modules/css-modules) spec.

It means your module's CSS is Local scoped CSS by default. You can switch it off with :global(...) or :global for selectors and/or rules. ([more info](https://css-modules.github.io/webpack-demo/))
It means your module's CSS is local scoped CSS by default. You can switch it off with `:global(...)` for selectors and/or rules. ([more info](https://css-modules.github.io/webpack-demo/))

index.html

Expand Down

0 comments on commit d3807cd

Please sign in to comment.