Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_transitions.scss')
-rw-r--r--scss/_transitions.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_transitions.scss b/scss/_transitions.scss
index 3d1db3e9da..2905df45cd 100644
--- a/scss/_transitions.scss
+++ b/scss/_transitions.scss
@@ -6,6 +6,7 @@
}
}
+// scss-docs-start collapse-classes
.collapse {
&:not(.show) {
display: none;
@@ -17,3 +18,4 @@
overflow: hidden;
@include transition($transition-collapse);
}
+// scss-docs-end collapse-classes