UNPKG

339 BSCSSView Raw
1@import "mixins/settings.global";
2
3.u-super {
4 font-size: $text-font-size-super;
5}
6
7.u-xlarge {
8 font-size: $text-font-size-xlarge;
9}
10
11.u-large {
12 font-size: $text-font-size-large;
13}
14
15.u-medium {
16 font-size: $text-font-size-medium;
17}
18
19.u-small {
20 font-size: $text-font-size-small;
21}
22
23.u-xsmall {
24 font-size: $text-font-size-xsmall;
25}
\No newline at end of file