hypnagaga/src/scss/tokens/text/_text-role.scss
Prasanta Kumar Dutta a779e53d72 Matt edits #116
2023-09-07 14:11:42 +05:30

37 lines
320 B
SCSS

@use 'mixins/text-role' as *;
.h1 {
@include h1;
}
.h2 {
@include h2;
}
.h3 {
@include h3;
}
.h4 {
@include h4;
}
.body-text {
@include body-text;
}
.body-note {
@include body-note;
}
.body-caption {
@include body-caption;
}
.body-link {
@include body-link;
}
.drop-cap {
@include drop-cap;
}