mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07: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;
|
|
}
|