Add and use postcss-import
This commit is contained in:
parent
ef7bd514c2
commit
f9be621fff
5 changed files with 28 additions and 20 deletions
|
@ -2,6 +2,7 @@ let mix = require('laravel-mix')
|
|||
|
||||
mix.disableNotifications()
|
||||
.postCss('assets/css/main.css', 'style.css', [
|
||||
require('postcss-import')(),
|
||||
require('tailwindcss')(),
|
||||
require('postcss-nested')(),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue