mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
More mixin docs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user