aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-19 21:37:09 -0800
committerGitHub <[email protected]>2016-12-19 21:37:09 -0800
commit7e5f21c2b4e5d28b75f58de1509699eaa49c4872 (patch)
treeb943cfcd46f6758657a4ef0167dd9f9881e1e468 /docs/components
parenta8b3e09f22cab94d9c3646119154a224559aef74 (diff)
downloadbootstrap-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 'docs/components')
-rw-r--r--docs/components/collapse.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/collapse.md b/docs/components/collapse.md
index 0ece9e453..3e465319e 100644
--- a/docs/components/collapse.md
+++ b/docs/components/collapse.md
@@ -104,7 +104,7 @@ The collapse plugin utilizes a few classes to handle the heavy lifting:
- `.collapse.active` shows the content
- `.collapsing` is added when the transition starts, and removed when it finishes
-These classes can be found in `_animation.scss`.
+These classes can be found in `_transitions.scss`.
### Via data attributes