mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: add full stop (#21614)
This commit is contained in:
parent
b805d58ebe
commit
c9506cc3d5
@ -141,7 +141,7 @@ export default defineNitroPlugin((nitro) => {
|
||||
})
|
||||
```
|
||||
|
||||
External stylesheets are render-blocking resources: they must be loaded and processed before the browser renders the page. Web pages that contain unnecessarily large styles take longer to render. You can read more about it on [web.dev](https://web.dev/defer-non-critical-css/)
|
||||
External stylesheets are render-blocking resources: they must be loaded and processed before the browser renders the page. Web pages that contain unnecessarily large styles take longer to render. You can read more about it on [web.dev](https://web.dev/defer-non-critical-css/).
|
||||
|
||||
## Using Preprocessors
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user