patashala/style/cms/bower_components/bootstrap/scss/mixins/_float.scss
Vivek a53135a78d Added based code
Added base code to the repo
2024-02-07 20:19:28 +05:30

10 lines
146 B
SCSS
Executable File

@mixin float-left {
float: left !important;
}
@mixin float-right {
float: right !important;
}
@mixin float-none {
float: none !important;
}