New design with breaking changes, gulp 4, all dependencies updated, dev environment changed, and many more changes
12 lines
193 B
SCSS
12 lines
193 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
@mixin float-left {
|
|
float: left !important;
|
|
}
|
|
@mixin float-right {
|
|
float: right !important;
|
|
}
|
|
@mixin float-none {
|
|
float: none !important;
|
|
}
|