mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
20 lines
381 B
SCSS
20 lines
381 B
SCSS
$spacer: 8px;
|
|
$spacers: (
|
|
0: 0,
|
|
1: ($spacer * .25),
|
|
2: ($spacer * .5),
|
|
3: $spacer,
|
|
4: ($spacer * 1.5),
|
|
5: ($spacer * 3),
|
|
6: ($spacer * 5)
|
|
);
|
|
|
|
@import "bootstrap";
|
|
@import "fonts";
|
|
@import "colors";
|
|
@import "borders";
|
|
@import "flex";
|
|
@import "scaffolds";
|
|
@import "school_categories";
|
|
@import "questions";
|
|
@import "dashboard";
|