pop-camarades/frontend/bootstrap.scss

6 lines
109 B
SCSS

$red: #cb0000;
@use "npm:bootstrap/scss/bootstrap.scss" with (
$enable-rounded: false,
$danger: $red
);