extend h1-6 with .h1-6
This commit is contained in:
parent
7545266a3d
commit
f54a4edf20
|
@ -3,3 +3,27 @@
|
|||
@import "typography";
|
||||
@import "base";
|
||||
@import "layout";
|
||||
|
||||
.h1 {
|
||||
@extend h1;
|
||||
}
|
||||
|
||||
.h2 {
|
||||
@extend h2;
|
||||
}
|
||||
|
||||
.h3 {
|
||||
@extend h3;
|
||||
}
|
||||
|
||||
.h4 {
|
||||
@extend h4;
|
||||
}
|
||||
|
||||
.h5 {
|
||||
@extend h5;
|
||||
}
|
||||
|
||||
.h6 {
|
||||
@extend h6;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue