Add and use postcss-import
This commit is contained in:
parent
b591f5f2cf
commit
dc1feabc17
9 changed files with 81 additions and 61 deletions
|
@ -4,6 +4,7 @@ require('laravel-mix-purgecss')
|
|||
|
||||
mix.disableNotifications()
|
||||
.postCss('resources/css/app.css', 'source/dist/css', [
|
||||
require('postcss-import')(),
|
||||
require('tailwindcss')('tailwind.config.js'),
|
||||
require('postcss-nested'),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue