mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
refactor: remove .headings
This commit is contained in:
parent
d8909184a1
commit
ed8234c7ce
1 changed files with 9 additions and 29 deletions
|
@ -94,7 +94,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Heading group
|
// Heading group
|
||||||
@if $enable-classes == false {
|
|
||||||
hgroup {
|
hgroup {
|
||||||
margin-bottom: var(#{$✨}typography-spacing-vertical);
|
margin-bottom: var(#{$✨}typography-spacing-vertical);
|
||||||
|
|
||||||
|
@ -109,25 +108,6 @@
|
||||||
font-family: unset;
|
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
|
// Paragraphs
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue