diff options
| author | Mark Otto <[email protected]> | 2016-12-19 21:37:09 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-12-19 21:37:09 -0800 |
| commit | 7e5f21c2b4e5d28b75f58de1509699eaa49c4872 (patch) | |
| tree | b943cfcd46f6758657a4ef0167dd9f9881e1e468 /scss | |
| parent | a8b3e09f22cab94d9c3646119154a224559aef74 (diff) | |
| download | bootstrap-7e5f21c2b4e5d28b75f58de1509699eaa49c4872.tar.xz bootstrap-7e5f21c2b4e5d28b75f58de1509699eaa49c4872.zip | |
Rename _animation.scss to _transitions.scss (#21370)
* Rename _animation.scss to _transitions.scss for accuracy
* fix docs reference to file name
* cleanup line breaks
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_transitions.scss (renamed from scss/_animation.scss) | 2 | ||||
| -rw-r--r-- | scss/bootstrap.scss | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/scss/_animation.scss b/scss/_transitions.scss index d8c6d1b75..21754df11 100644 --- a/scss/_animation.scss +++ b/scss/_transitions.scss @@ -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); } diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index afcfb3268..6c8da43a3 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -25,7 +25,7 @@ @import "buttons"; // Components -@import "animation"; +@import "transitions"; @import "dropdown"; @import "button-group"; @import "input-group"; |
