mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: update cssnano website url
https://github.com/cssnano/cssnano/pull/1578
This commit is contained in:
parent
1bc76000e3
commit
d6edb30c5a
@ -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-import](https://github.com/postcss/postcss-import): Improves the `@import` rule
|
||||||
- [postcss-url](https://github.com/postcss/postcss-url): Transforms `url()` statements
|
- [postcss-url](https://github.com/postcss/postcss-url): Transforms `url()` statements
|
||||||
- [autoprefixer](https://github.com/postcss/autoprefixer): Automatically adds vendor prefixes
|
- [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
|
## Leveraging Layouts For Multiple Styles
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@ max_retries = 6
|
|||||||
# Explicitly exclude some URLs
|
# Explicitly exclude some URLs
|
||||||
exclude = [
|
exclude = [
|
||||||
"https://twitter.nuxt.dev/",
|
"https://twitter.nuxt.dev/",
|
||||||
"https://cssnano.co/",
|
|
||||||
"https://github.com/nuxt/translations/discussions/4",
|
"https://github.com/nuxt/translations/discussions/4",
|
||||||
"https://stackoverflow.com/help/minimal-reproducible-example",
|
"https://stackoverflow.com/help/minimal-reproducible-example",
|
||||||
# single-quotes are required for regexp
|
# single-quotes are required for regexp
|
||||||
|
@ -15,7 +15,7 @@ export default defineUntypedSchema({
|
|||||||
autoprefixer: {},
|
autoprefixer: {},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* https://cssnano.co/docs/config-file/#configuration-options
|
* https://cssnano.github.io/cssnano/docs/config-file/#configuration-options
|
||||||
*/
|
*/
|
||||||
cssnano: {
|
cssnano: {
|
||||||
$resolve: async (val, get) => {
|
$resolve: async (val, get) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user