More mixin docs

This commit is contained in:
Jeremy Thomas
2021-09-19 01:38:25 +01:00
parent 8def6f6afa
commit e3eb763bfb
3 changed files with 109 additions and 3 deletions

View File

@@ -9,3 +9,16 @@
.bulma-delete-mixin {
@include delete;
}
.bulma-loader-mixin {
@include loader;
}
.bulma-block-mixin {
@include block(1rem);
}
.bulma-fa-mixin {
@include fa(1rem, 2rem);
background-color: lavender;
}