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 b0992b2 commit bbbd77fCopy full SHA for bbbd77f
README.md
@@ -126,17 +126,16 @@ export default {
126
* Defines the default `font-display` value used for the generated
127
* `@font-rule` classes.
128
*/
129
- display: 'auto'
+ 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
137
- }
+ preload: true
138
}
139
- )
+ })
140
],
141
142
```
0 commit comments