mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-18 11:08:22 -05:00
migrated to ASP.Net Core
This commit is contained in:
9
Webfront/Content/bootstrap/mixins/_transition.scss
Normal file
9
Webfront/Content/bootstrap/mixins/_transition.scss
Normal file
@ -0,0 +1,9 @@
|
||||
@mixin transition($transition...) {
|
||||
@if $enable-transitions {
|
||||
@if length($transition) == 0 {
|
||||
transition: $transition-base;
|
||||
} @else {
|
||||
transition: $transition;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user