mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 21:14:30 -07:00
Init v1
This commit is contained in:
16
docs/_sass/global/_index.scss
Normal file
16
docs/_sass/global/_index.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user