File tree 6 files changed +28
-42
lines changed
6 files changed +28
-42
lines changed Original file line number Diff line number Diff line change 3
3
justify-content : center;
4
4
align-items : center;
5
5
6
- & -vertical {
6
+ & -y {
7
7
align-items : center;
8
8
}
9
9
10
- & -hotizontal {
10
+ & -x {
11
11
justify-content : center;
12
12
}
13
13
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
/* helper imports */
5
5
@import './align.css' ;
6
6
@import './flex.css' ;
7
- @import './headings.css' ;
8
7
8
+ /* typography helpers */
9
+ @import './typography/index.css' ;
10
+
11
+ /* color helpers */
9
12
@import './colors/index.css' ;
Original file line number Diff line number Diff line change
1
+ .size-h1 { font-size : var (--h1 ) }
2
+ .size-h2 { font-size : var (--h2 ) }
3
+ .size-h3 { font-size : var (--h3 ) }
4
+ .size-h4 { font-size : var (--h4 ) }
5
+ .size-h5 { font-size : var (--h5 ) }
6
+ .size-h6 { font-size : var (--h6 ) }
7
+ .size-h7 { font-size : var (--h7 ) }
8
+ .size-h8 { font-size : var (--h8 ) }
9
+ .size-h9 { font-size : var (--h9 ) }
10
+ .size-h10 { font-size : var (--h10 ) }
Original file line number Diff line number Diff line change
1
+ @import './headings.css' ;
2
+ @import './styles.css' ;
Original file line number Diff line number Diff line change
1
+ /* transform */
2
+ .font-uppercase { text-transform : uppercase }
3
+
4
+ /* weight */
5
+ .font-slim { font-weight : var (--font-slim ) }
6
+ .font-light { font-weight : var (--font-light ) }
7
+ .font-regular { font-weight : var (--font-regular ) }
8
+ .font-semibold { font-weight : var (--font-semibold ) }
9
+ .font-bold { font-weight : var (--font-bold ) }
10
+ .font-extrabold { font-weight : var (--font-extrabold ) }
You can’t perform that action at this time.
0 commit comments