mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-21 12:40:19 -05:00
migrated to ASP.Net Core
This commit is contained in:
9
Webfront/bower_components/bootstrap/scss/mixins/_transition.scss
vendored
Normal file
9
Webfront/bower_components/bootstrap/scss/mixins/_transition.scss
vendored
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