refactor: remove .headings

This commit is contained in:
Lucas Larroche 2023-02-19 10:27:22 +07:00
parent d8909184a1
commit ed8234c7ce

View file

@ -94,7 +94,6 @@
}
// Heading group
@if $enable-classes == false {
hgroup {
margin-bottom: var(#{$}typography-spacing-vertical);
@ -109,25 +108,6 @@
font-family: unset;
}
}
}
@if $enable-classes {
hgroup,
.headings {
margin-bottom: var(#{$}typography-spacing-vertical);
> * {
margin-bottom: 0;
}
> *:last-child {
#{$✨}color: var(#{$}muted-color);
#{$✨}font-weight: unset;
font-size: 1rem;
font-family: unset;
}
}
}
// Paragraphs
p {