Rename main.css to app.css
This commit is contained in:
parent
f9be621fff
commit
c56cfd40b8
|
@ -1,7 +1,7 @@
|
|||
let mix = require('laravel-mix')
|
||||
|
||||
mix.disableNotifications()
|
||||
.postCss('assets/css/main.css', 'style.css', [
|
||||
.postCss('assets/css/app.css', 'style.css', [
|
||||
require('postcss-import')(),
|
||||
require('tailwindcss')(),
|
||||
require('postcss-nested')(),
|
||||
|
|
Loading…
Reference in a new issue