Skip to content

Commit

Permalink
Fix links in intermediate app archetype section (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
didi0613 authored and jchip committed Jul 20, 2018
1 parent 514cb95 commit a03179f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/chapter1/intermediate/app-archetype/extract-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Application Archetype supports multiple styles, such as pure CSS, [CSS-Modules +

## Flags

> Note: You can check how to customize the configs [here](/chapter1/intermediate/app-archetype/customize-config.md#extending-webpack-configurations).
> Note: You can check how to customize the configs [here](./customize-config.md#extending-webpack-configurations).
- `cssModuleSupport`: A flag to enable `css-modules + css-next` support.
- <span style="color:red">**[Deprecated Warning] This is not a recommended set up.**</span> `cssModulesStylusSupport`: A flag to enable `stylus` support with CSS modules. (Default: false)
Expand All @@ -26,4 +26,4 @@ Without specifying flags, the following are the default cases for styles:
- To use Stylus along with CSS-Modules + CSS-Next, include `*.styl` to your styles folder and set `cssModuleSupport` to true.

- To use SCSS, include `*.scss` to your styles folder. Set `cssModuleSupport` to true OR leave it undefined.
- To use SCSS along with CSS-Modules + CSS-Next, include `*.scss` to your styles folder and set `cssModuleSupport` to true.
- To use SCSS along with CSS-Modules + CSS-Next, include `*.scss` to your styles folder and set `cssModuleSupport` to true.

0 comments on commit a03179f

Please sign in to comment.