mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
12 lines
151 B
SCSS
12 lines
151 B
SCSS
.bulma-arrow-mixin {
|
|
@include arrow(purple);
|
|
}
|
|
|
|
.bulma-hamburger-mixin {
|
|
@include hamburger(2.5rem);
|
|
}
|
|
|
|
.bulma-delete-mixin {
|
|
@include delete;
|
|
}
|