mirror of
https://github.com/primer/css.git
synced 2024-12-01 20:53:06 +03:00
font-size:48px => $h00-size
This commit is contained in:
parent
5a66e68648
commit
e2295f1157
@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
@mixin alt-h0 {
|
||||
font-size: 48px;
|
||||
font-size: $h00-size;
|
||||
font-weight: $font-weight-light;
|
||||
@include breakpoint(md) { font-size: 54px; }
|
||||
@include breakpoint(lg) { font-size: 72px; }
|
||||
@ -33,7 +33,7 @@
|
||||
@mixin alt-h1 {
|
||||
font-size: 36px;
|
||||
font-weight: $font-weight-light;
|
||||
@include breakpoint(md) { font-size: 48px; }
|
||||
@include breakpoint(md) { font-size: $h00-size; }
|
||||
@include breakpoint(lg) { font-size: 54px; }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user