COURSE
$spacing: (
tiny: vr(0.25),
small: vr(0.5),
base: vr(1),
medium: vr(2),
large: vr(3),
huge: vr(4)
);16px
ratio: 1.25
| xs | sm | md | lg | |
|---|---|---|---|---|
| tiny | -2 | -2 | -2 | -2 |
| small | -1 | -1 | -1 | -1 |
| normal | 0 | 0 | 0 | 0 |
| h2 | 2 | 2 | 4 | 4 |
| h1 | 3 | 3 | 5 | 5 |
$typi: (
base: (
null: (ms(0), $line-height-base),
),
tiny: (
null: (ms(-2), $line-height-base),
),
small: (
null: (ms(-1), $line-height-base),
),
normal: (
null: (ms(0), $line-height-base),
),
h2: (
null: (ms(2), $headings-line-height),
md: (ms(4), $headings-line-height),
),
h1: (
null: (ms(3), $headings-line-height),
md: (ms(5), $headings-line-height),
xl: (ms(6), $headings-line-height),
)
);.container {
padding-right: 15px;
padding-left: 15px;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col {
padding-right: 15px;
padding-left: 15px;
}