We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a98d7b commit a534432Copy full SHA for a534432
README.md
@@ -66,6 +66,16 @@ module.exports = {
66
}
67
```
68
69
+### Features
70
+
71
+#### Using preloaded or inlined CSS
72
73
+The runtime code detects already added CSS via `<link>` or `<style>` tag.
74
+This can be useful when injecting CSS on server-side for Server-Side-Rendering.
75
+The `href` of the `<link>` tag has to match the URL that will be used for loading the CSS chunk.
76
+The `data-href` attribute can be used for `<link>` and `<style>` too.
77
+When inlining CSS `data-href` must be used.
78
79
<h2 align="center">Maintainers</h2>
80
81
<table>
0 commit comments