Commit cd89c34d authored by Jacob Thornton's avatar Jacob Thornton
Browse files

can't have overflo: visible for "in" which is present during entirity of transition.

parent 7f3a2b38
1 merge request!1952Tabulation navigation with Typeahead
Showing with 12 additions and 3 deletions
+12 -3
No preview for this file type
......@@ -1941,7 +1941,6 @@ table .span24 {
}
.collapse.in {
height: auto;
overflow: visible;
}
.close {
float: right;
......
......@@ -16,6 +16,5 @@
height: 0;
&.in {
height: auto;
overflow: visible;
}
}
}
\ No newline at end of file
var util = require('util'),
exec = require('child_process').exec,
child;
var total = 0;
var start = new(Date);
child = exec('lessc bootstrap.scss', function (error, stdout, stderr) {
var end = new(Date);
total = end - start;
console.log(total)
});
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment