mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
10 lines
119 B
SCSS
10 lines
119 B
SCSS
@import "../utilities/mixins";
|
|
|
|
.is-overlay {
|
|
@extend %overlay;
|
|
}
|
|
|
|
.is-relative {
|
|
position: relative !important;
|
|
}
|