Init mixin docs

This commit is contained in:
Jeremy Thomas
2021-09-19 01:23:53 +01:00
parent 67ab02b289
commit 8def6f6afa
15 changed files with 986 additions and 474 deletions

View File

@@ -0,0 +1,11 @@
.bulma-arrow-mixin {
@include arrow(purple);
}
.bulma-hamburger-mixin {
@include hamburger(2.5rem);
}
.bulma-delete-mixin {
@include delete;
}