Replace postcss-nesting with postcss-nested

This commit is contained in:
Oliver Davies 2018-10-25 01:29:43 +01:00
parent d524a13249
commit 2464bb7598
3 changed files with 6 additions and 5 deletions

View file

@ -23,7 +23,7 @@ mix.disableNotifications()
.options({
postCss: [
require('postcss-import')(),
require('postcss-nesting')(),
require('postcss-nested')(),
],
processCssUrls: false,
});