blob: f32f93c5d4736277f1d7ad0c7d9167d76f15c0f1 (
plain)
1
2
3
4
5
6
7
8
9
|
// Your variable overrides go here, e.g.:
// $h1-font-size: 3rem;
$accordion-padding-y: 0.5rem;
$accordion-padding-x: 0.65rem;
@import "variables";
@import "bootstrap/bootstrap";
@import "bootswatch";
|