2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Add horizontal collapse support

This commit is contained in:
Mark Otto
2022-05-24 10:50:03 -07:00
committed by Mark Otto
parent 5968ef23ca
commit 4444f090b6
3 changed files with 30 additions and 0 deletions
+6
View File
@@ -17,4 +17,10 @@
height: 0;
overflow: hidden;
@include transition($transition-collapse);
&.width {
width: 0;
height: auto;
@include transition($transition-collapse-width);
}
}