This commit is contained in:
Jeremy Thomas
2024-03-21 16:11:54 +00:00
parent 16f1b76881
commit 69877a652c
3261 changed files with 255369 additions and 108913 deletions

View File

@@ -0,0 +1,16 @@
@use "sass/utilities/css-variables" as cv;
@forward "anim";
@forward "brand";
@forward "feature";
@forward "header";
@forward "native";
@forward "nav";
.bd-hr {
height: 0.25rem;
margin: 1em auto;
border-radius: 9999px;
background-color: var(--theme-color, #{cv.getVar("primary")});
width: 4em;
}