initial
This commit is contained in:
9
backendpanel/asset/node_modules/bootstrap/scss/mixins/_transition.scss
generated
vendored
Normal file
9
backendpanel/asset/node_modules/bootstrap/scss/mixins/_transition.scss
generated
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