
- refactor: Remove old SCSS variables - refactor: Breadcrumb Menu styles - fix: External links issue - fix: Mobile sidebar-nav height issue
12 lines
193 B
SCSS
Executable File
12 lines
193 B
SCSS
Executable File
// stylelint-disable declaration-no-important
|
|
|
|
@mixin float-left {
|
|
float: left !important;
|
|
}
|
|
@mixin float-right {
|
|
float: right !important;
|
|
}
|
|
@mixin float-none {
|
|
float: none !important;
|
|
}
|