-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I have the following import statements in my client.js file -
import "../node_modules/bootstrap/dist/css/bootstrap.min.css";
import "../node_modules/slick-carousel/slick/slick.css";
import "../node_modules/slick-carousel/slick/slick-theme.css";
import "../node_modules/font-awesome/css/font-awesome.min.css";
import "./resources/css/global.css";
In the development mode my global.css styles have higher preference than bootstrap which is as expected. But in Production the order of the CSS files loading changes with my custom css (global.css) loading before Bootstrap leading to an undesired situation.
I am using pawjs@3.0.0-beta.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels