File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
"defu" : " ^3.2.2" ,
34
34
"postcss" : " ^8.2.8" ,
35
35
"postcss-custom-properties" : " ^11.0.0" ,
36
- "postcss-nested " : " ^5 .0.5 " ,
36
+ "postcss-nesting " : " ^7 .0.1 " ,
37
37
"tailwind-config-viewer" : " ^1.5.0" ,
38
38
"tailwindcss" : " ^2.0.3" ,
39
39
"ufo" : " ^0.6.10"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ async function tailwindCSSModule (moduleOptions) {
28
28
// https://tailwindcss.com/docs/using-with-preprocessors#future-css-features
29
29
nuxt . options . build . postcss = defu ( nuxt . options . build . postcss , {
30
30
plugins : {
31
- 'postcss-nested ' : { } ,
31
+ 'postcss-nesting ' : { } ,
32
32
'postcss-custom-properties' : { }
33
33
}
34
34
} )
Original file line number Diff line number Diff line change @@ -9241,14 +9241,14 @@ postcss-modules-values@^4.0.0:
9241
9241
dependencies:
9242
9242
icss-utils "^5.0.0"
9243
9243
9244
- postcss-nested@^5.0.1, postcss-nested@^5.0.5 :
9244
+ postcss-nested@^5.0.1:
9245
9245
version "5.0.5"
9246
9246
resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-5.0.5.tgz#f0a107d33a9fab11d7637205f5321e27223e3603"
9247
9247
integrity sha512-GSRXYz5bccobpTzLQZXOnSOfKl6TwVr5CyAQJUPub4nuRJSOECK5AqurxVgmtxP48p0Kc/ndY/YyS1yqldX0Ew==
9248
9248
dependencies:
9249
9249
postcss-selector-parser "^6.0.4"
9250
9250
9251
- postcss-nesting@^7.0.0:
9251
+ postcss-nesting@^7.0.0, postcss-nesting@^7.0.1 :
9252
9252
version "7.0.1"
9253
9253
resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-7.0.1.tgz#b50ad7b7f0173e5b5e3880c3501344703e04c052"
9254
9254
integrity sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==
You can’t perform that action at this time.
0 commit comments