Skip to content

Commit

Permalink
docs: Fix minor typo (#858)
Browse files Browse the repository at this point in the history
I'm not sure, but I think there was a full stop missing which initially confused me
  • Loading branch information
shreyas44 authored Nov 5, 2021
1 parent d90c3e5 commit 1c74881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BUNDLERS_INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ The loader accepts the following options:

- `'none'`: This will disable pre-processing entirely and the CSS will be left as you wrote it.

You might want to do it if you want to use non-standard syntax such as Sass or custom [postcss](https://postcss.org/) syntax Features such as nesting will no longer work with this option. You need to specify a loader such as [`sass-loader`](https://github.com/webpack-contrib/sass-loader) for `.linaria.css` files which handles the syntax you wrote.
You might want to do it if you want to use non-standard syntax such as Sass or custom [postcss](https://postcss.org/) syntax. Features such as nesting will no longer work with this option. You need to specify a loader such as [`sass-loader`](https://github.com/webpack-contrib/sass-loader) for `.linaria.css` files which handles the syntax you wrote.

- `'stylis'`: This is the default pre-processor using [stylis.js](https://github.com/thysultan/stylis.js).

Expand Down

0 comments on commit 1c74881

Please sign in to comment.