File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .ai {
2+ -moz-osx-font-smoothing : grayscale ;
3+ -webkit-font-smoothing : antialiased ;
4+ text-rendering : auto ;
5+
6+ box-sizing : content-box ;
7+ display : inline-block ;
8+ position : relative ;
9+ overflow : visible ;
10+ vertical-align : 0 ;
11+ height : 1em ;
12+ width : 1em ;
13+ top : -0.125em ;
14+ line-height : 1 ;
15+ }
Original file line number Diff line number Diff line change 44 * Licensed under MIT (https://github.com/changewindows/amaranth/blob/main/LICENSE)
55 */
66
7- @import ' _animation' ;
8-
9- .ai {
10- height : 1em ;
11- width : 1em ;
12- line-height : 1 ;
13- box-sizing : content-box ;
14- display : inline-block ;
15- position : relative ;
16- top : -0.125em ;
17- overflow : visible ;
18- vertical-align : 0 ;
19- -moz-osx-font-smoothing : grayscale ;
20- -webkit-font-smoothing : antialiased ;
21- font-style : normal ;
22- font-variant : normal ;
23- text-rendering : auto ;
24- }
7+ @import ' _core' ;
8+ @import ' _animation' ;
You can’t perform that action at this time.
0 commit comments