mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Convert sass files to scss files
This commit is contained in:
13
sass/helpers/float.scss
Normal file
13
sass/helpers/float.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
@import "../utilities/mixins";
|
||||
|
||||
.is-clearfix {
|
||||
@include clearfix;
|
||||
}
|
||||
|
||||
.is-pulled-left {
|
||||
float: left !important;
|
||||
}
|
||||
|
||||
.is-pulled-right {
|
||||
float: right !important;
|
||||
}
|
||||
Reference in New Issue
Block a user