Skip to content

Commit

Permalink
minor typo fix (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
didi0613 authored and jchip committed Feb 7, 2018
1 parent edfd24b commit d0b7ee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const sassLoader = require.resolve("sass-loader");
* case 2: *only* *.styl exists => Stylus
* case 3: *only* *.scss exists => SASS
*
* cssModulesSupport: true
* cssModuleSupport: true
* case 1: *only* *.css => CSS-Modules + CSS-Next
* case 2: *only* *.styl => normal CSS => CSS-Modules + CSS-Next
* case 3: *only* *.scss => normal CSS => CSS-Modules + CSS-Next
Expand Down

0 comments on commit d0b7ee5

Please sign in to comment.