I am creating Shopify theme using slate, I want to add bootstrap 4 SCSS in my theme
I have tried this by adding bootstrap's SCSS folder in styles/vendor/bootstrap
folder and import it in theme.scss
/*================ BOOTSTRAP ================*/
@import url('vendor/bootstrap/scss/bootstrap.scss');
the issue is that after including this slate build
successfully done but it gives an error in the console
Refused to apply style from 'https://cdn.shopify.com/s/files/1/2331/3377/t/10/assets/theme.scss.css?9739733336988663236' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
and when I open CSS it shows
Failed to compile SCSS file
Can anyone have the solution for this? or any other method for import bootstrap 4 in slate theme