mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: fix postcss codeblock typo (#28801)
This commit is contained in:
parent
db90f7d12b
commit
d0ae9821b3
@ -427,8 +427,8 @@ Nuxt comes with postcss built-in. You can configure it in your `nuxt.config` fil
|
|||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
postcss: {
|
postcss: {
|
||||||
plugins: {
|
plugins: {
|
||||||
'postcss-nested': {}
|
'postcss-nested': {},
|
||||||
"postcss-custom-media": {}
|
'postcss-custom-media': {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user