Replace postcss-nesting with postcss-nested
This commit is contained in:
parent
d524a13249
commit
2464bb7598
3 changed files with 6 additions and 5 deletions
|
@ -23,7 +23,7 @@ mix.disableNotifications()
|
|||
.options({
|
||||
postCss: [
|
||||
require('postcss-import')(),
|
||||
require('postcss-nesting')(),
|
||||
require('postcss-nested')(),
|
||||
],
|
||||
processCssUrls: false,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue