Skip to content

Commit 25a6211

Browse files
shamrinConduitry
authored andcommitted
scoped-styles: fix link to css rendering section (#401)
1 parent b861666 commit 25a6211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guide/03-scoped-styles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Open the example above in the REPL and inspect the element to see what has happe
3030

3131
This is vastly simpler than achieving the same effect via [Shadow DOM](http://caniuse.com/#search=shadow%20dom) and works everywhere without polyfills.
3232

33-
> Svelte will add a `<style>` tag to the page containing your scoped styles. Dynamically adding styles may be impossible if your site has a [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP). If that's the case, you can use scoped styles by [server-rendering your CSS](guide#rendering-css) and using the `css: false` compiler option (or `--no-css` with the CLI).
33+
> Svelte will add a `<style>` tag to the page containing your scoped styles. Dynamically adding styles may be impossible if your site has a [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP). If that's the case, you can use scoped styles by [server-rendering your CSS](guide#rendering-styles) and using the `css: false` compiler option (or `--no-css` with the CLI).
3434
3535

3636
### Cascading rules

0 commit comments

Comments
 (0)