Created
February 12, 2021 04:06
-
-
Save dancameron/6cc5d61786e79bd67f780d1e919b839f to your computer and use it in GitHub Desktop.
apazed: Combining admin.scss and app.css from SASS + PostCSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mix | |
.js('resources/js/app.js', 'public/js') | |
.sass('resources/css/sass/app.scss', 'public/css/app.css') | |
.options({ | |
processCssUrls: false, | |
postCss: [ | |
require('postcss-import'), | |
//tailwindcss('./tailwind.config.js') | |
require('tailwindcss'), | |
] | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment