You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create a laravel project, and in the main.js file just add
import App from './App' // add global scss like bulma in this App.vue
import './config/router' // add 2 or 3 components with scss to a router instance
// then just render App
What is expected?
I'm expecting bulma css to load first
then to have the components css
What is actually happening?
the opposite, bulma is loaded last and the css of components imported in the router loads first