-
Notifications
You must be signed in to change notification settings - Fork 2
Commit 31756e0
feat(frontend): add heading styles (#77)
According to this file structure...
```
|-- semantic/
| |-- src/
| |-- elements/
| |-- _headings.scss
| |-- ...
|-- utilities-class/
| |-- src/
| |-- components/
| |-- _typography.scss
| |-- ...
```
I think that styles related to headings in the `_typography.scss`
partial should be removed in order to avoid style duplication (#75).1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
0 commit comments