aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/headings
Commit message (Expand)AuthorAgeFilesLines
* chore: add a Heading componentArmand Philippot2022-03-313-0/+104
' href='#n13'>13 14
/// Set up clearfix
%clearfix {
  *zoom: 1;

  &::before,
  &::after {
    content: " ";
    display: table;
  }

  &::after {
    clear: both;
  }
}