Skip to content

Instantly share code, notes, and snippets.

@dancameron
Created February 12, 2021 04:06
Show Gist options
  • Save dancameron/6cc5d61786e79bd67f780d1e919b839f to your computer and use it in GitHub Desktop.
Save dancameron/6cc5d61786e79bd67f780d1e919b839f to your computer and use it in GitHub Desktop.
apazed: Combining admin.scss and app.css from SASS + PostCSS
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