Skip to content

Commit a2c088a

Browse files
committed
Clean up styling
1 parent 109a5da commit a2c088a

2 files changed

Lines changed: 17 additions & 18 deletions

File tree

scss/_core.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
}

scss/amaranth.scss

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,5 @@
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';

0 commit comments

Comments
 (0)