initial
This commit is contained in:
29
layers/ui/styles/typography.scss
Normal file
29
layers/ui/styles/typography.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
@use "./mixins" as *;
|
||||
|
||||
p, h1, h2, h3, h4, h5, h6 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@include h1('h1');
|
||||
}
|
||||
|
||||
h2 {
|
||||
@include h2('h2');
|
||||
}
|
||||
|
||||
h3 {
|
||||
@include h3('h3');
|
||||
}
|
||||
|
||||
h4 {
|
||||
@include h4('h4');
|
||||
}
|
||||
|
||||
h5 {
|
||||
@include h5('h5');
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user