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

Merge branch 'raymccoy-no-filters' into 2.0.4-wip

This commit is contained in:
Mark Otto
2012-05-28 17:17:36 -07:00
+2 -2
View File
@@ -2,10 +2,10 @@
// --------------------
.fade {
.opacity(0);
opacity: 0;
.transition(opacity .15s linear);
&.in {
.opacity(100);
opacity: 1;
}
}