django-bootstrap5
django-bootstrap5 copied to clipboard
Custom scss
How do I import the scss variables?
@import "../node_modules/bootstrap/scss/bootstrap";
.bg-yellow-100 {
background-color: $yellow-100;
color: #000;
}
doesn't seem to work.