Skip to content

Commit

Permalink
docs: update cssnano link (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
thunfisch987 authored Oct 26, 2024
1 parent 981ae01 commit f60718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ yarn add @nuxtjs/critters # or npm install @nuxtjs/critters

Nuxt has a number of ways to optimize your CSS in production:

1. ✅ Nuxt uses [`cssnano`](https://cssnano.co/) in the build step to minify CSS rules
1. ✅ Nuxt uses [`cssnano`](https://cssnano.github.io/cssnano/) in the build step to minify CSS rules
2. 📦 You can enable [`purgecss`](https://github.com/Developmint/nuxt-purgecss) to remove unused CSS rules from your bundle.
3. ✅ with `@nuxtjs/critters` you can now extract CSS files and load them separately, just inlining the CSS necessary to render the page.

Expand Down

0 comments on commit f60718d

Please sign in to comment.