mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Convert sass files to scss files
This commit is contained in:
9
sass/helpers/position.scss
Normal file
9
sass/helpers/position.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@import "../utilities/mixins";
|
||||
|
||||
.is-overlay {
|
||||
@extend %overlay;
|
||||
}
|
||||
|
||||
.is-relative {
|
||||
position: relative !important;
|
||||
}
|
||||
Reference in New Issue
Block a user