mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 13:43:11 +02:00
Rename _animation.scss to _transitions.scss (#21370)
* Rename _animation.scss to _transitions.scss for accuracy * fix docs reference to file name * cleanup line breaks
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
.fade {
|
||||
opacity: 0;
|
||||
|
||||
@include transition($transition-fade);
|
||||
|
||||
&.active {
|
||||
@@ -31,6 +30,5 @@ tbody {
|
||||
position: relative;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
|
||||
@include transition($transition-collapse);
|
||||
}
|
2
scss/bootstrap.scss
vendored
2
scss/bootstrap.scss
vendored
@@ -25,7 +25,7 @@
|
||||
@import "buttons";
|
||||
|
||||
// Components
|
||||
@import "animation";
|
||||
@import "transitions";
|
||||
@import "dropdown";
|
||||
@import "button-group";
|
||||
@import "input-group";
|
||||
|
Reference in New Issue
Block a user