Answers for "how to import styles.scss"

CSS
0

import scss

// Custom.scss
// Option A: Include all of Bootstrap

// Include any default variable overrides here (though functions won't be available)

@import "../node_modules/bootstrap/scss/bootstrap";

// Then add additional custom code here
Posted by: Guest on January-25-2022

Browse Popular Code Answers by Language