You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Why using CSS Modules over Svelte scoping](#why-using-css-modules-over-svelte-scoping)
26
+
-[Modules over Svelte scoping ?](#modules-over-svelte-scoping)
27
27
-[Configuration](#configuration)
28
28
-[Rollup](#rollup)
29
29
-[Webpack](#webpack)
@@ -722,7 +722,7 @@ Cons:
722
722
723
723
- does not pass scoped class name to child components
724
724
725
-
### Why using CSS Modules over Svelte scoping
725
+
### Modules over Svelte scoping ?
726
726
727
727
-**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.
0 commit comments