Skip to content

Commit

Permalink
docs: update cssnano website url
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 6, 2024
1 parent 1bc7600 commit d6edb30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/1.getting-started/4.styling.md
Expand Up @@ -430,7 +430,7 @@ By default, Nuxt comes with the following plugins already pre-configured:
- [postcss-import](https://github.com/postcss/postcss-import): Improves the `@import` rule
- [postcss-url](https://github.com/postcss/postcss-url): Transforms `url()` statements
- [autoprefixer](https://github.com/postcss/autoprefixer): Automatically adds vendor prefixes
- [cssnano](https://cssnano.co): Minification and purge
- [cssnano](https://cssnano.github.io/cssnano): Minification and purge

## Leveraging Layouts For Multiple Styles

Expand Down
1 change: 0 additions & 1 deletion lychee.toml
Expand Up @@ -9,7 +9,6 @@ max_retries = 6
# Explicitly exclude some URLs
exclude = [
"https://twitter.nuxt.dev/",
"https://cssnano.co/",
"https://github.com/nuxt/translations/discussions/4",
"https://stackoverflow.com/help/minimal-reproducible-example",
# single-quotes are required for regexp
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/src/config/postcss.ts
Expand Up @@ -15,7 +15,7 @@ export default defineUntypedSchema({
autoprefixer: {},

/**
* https://cssnano.co/docs/config-file/#configuration-options
* https://cssnano.github.io/cssnano/docs/config-file/#configuration-options
*/
cssnano: {
$resolve: async (val, get) => {
Expand Down

0 comments on commit d6edb30

Please sign in to comment.