django-bootstrap5 icon indicating copy to clipboard operation
django-bootstrap5 copied to clipboard

Custom scss

Open DuncanTormey opened this issue 11 months ago • 0 comments

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.

DuncanTormey avatar Mar 08 '24 20:03 DuncanTormey