Skip to content

Commit d6ab118

Browse files
committed
Update title
1 parent 18cbbcf commit d6ab118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ npm install --save-dev svelte-preprocess-cssmodules
2323
- [Native](#native)
2424
- [Mixed](#mixed)
2525
- [Scoped](#scoped)
26-
- [Why using CSS Modules over Svelte scoping](#why-using-css-modules-over-svelte-scoping)
26+
- [Modules over Svelte scoping ?](#modules-over-svelte-scoping)
2727
- [Configuration](#configuration)
2828
- [Rollup](#rollup)
2929
- [Webpack](#webpack)
@@ -722,7 +722,7 @@ Cons:
722722

723723
- does not pass scoped class name to child components
724724

725-
### Why using CSS Modules over Svelte scoping
725+
### Modules over Svelte scoping ?
726726

727727
- **On a full svelte application**: it is just a question of taste as the default svelte scoping is largely enough. Component styles will never inherit from other styling.
728728

0 commit comments

Comments
 (0)