Stylament 0.23.2

Sectioning

Heading Content

General heading styles

scss
:is(h1, h2, h3, h4, h5, h6) {
  @include coloring.set-colors("heading");
  color: var(---clr-fg);
}

Level-specific heading styles

scss
h#{$level} {
  @include coloring.set-colors("heading-#{$level}", "heading");
}

Sectioning Scope Specific Elements

Sections