We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819c56d commit 5926284Copy full SHA for 5926284
README.md
@@ -128,14 +128,15 @@ export default {
128
*/
129
display: 'auto'
130
131
- /**
132
- * Using `<link rel="preload">` will trigger a request for the WebFont
133
- * early in the critical rendering path, without having to wait for the
134
- * CSSOM to be created.
135
- */
136
- preload: true
+ /**
+ * Using `<link rel="preload">` will trigger a request for the WebFont
+ * early in the critical rendering path, without having to wait for the
+ * CSSOM to be created.
+ */
+ preload: true
137
+ }
138
}
- })
139
+ )
140
],
141
142
```
0 commit comments