mirror of
https://github.com/picocss/pico
synced 2025-06-19 01:49:30 +00:00
refactor: remove .headings
This commit is contained in:
parent
d8909184a1
commit
ed8234c7ce
@ -94,38 +94,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Heading group
|
// Heading group
|
||||||
@if $enable-classes == false {
|
hgroup {
|
||||||
hgroup {
|
margin-bottom: var(#{$✨}typography-spacing-vertical);
|
||||||
margin-bottom: var(#{$✨}typography-spacing-vertical);
|
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
|
||||||
|
|
||||||
> *:last-child {
|
|
||||||
#{$✨}color: var(#{$✨}muted-color);
|
|
||||||
#{$✨}font-weight: unset;
|
|
||||||
font-size: 1rem;
|
|
||||||
font-family: unset;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@if $enable-classes {
|
> *:last-child {
|
||||||
hgroup,
|
#{$✨}color: var(#{$✨}muted-color);
|
||||||
.headings {
|
#{$✨}font-weight: unset;
|
||||||
margin-bottom: var(#{$✨}typography-spacing-vertical);
|
font-size: 1rem;
|
||||||
|
font-family: unset;
|
||||||
> * {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
> *:last-child {
|
|
||||||
#{$✨}color: var(#{$✨}muted-color);
|
|
||||||
#{$✨}font-weight: unset;
|
|
||||||
font-size: 1rem;
|
|
||||||
font-family: unset;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user