Skip to content Skip to sidebar Skip to footer
Showing posts with the label Laravel Mix

How To Concat Compiled Sass And Combined Css Using Laravel Mix?

In my Laravel project I use both SASS and CSS: SASS used for dependencies (fontawesome, Bootstrap) … Read more How To Concat Compiled Sass And Combined Css Using Laravel Mix?

Building Tailwind Css As Public Site And Vuetify As Admin Dashboard

I'm trying to build a site with tailwind css and vuetify with separate javascript with app.js f… Read more Building Tailwind Css As Public Site And Vuetify As Admin Dashboard