Commit 6fc56744 authored by Mark Otto's avatar Mark Otto

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

parents 9699e1d7 642f7514
......@@ -2,10 +2,10 @@
// --------------------
.fade {
.opacity(0);
opacity: 0;
.transition(opacity .15s linear);
&.in {
.opacity(100);
opacity: 1;
}
}
......@@ -17,4 +17,4 @@
&.in {
height: auto;
}
}
\ No newline at end of file
}
Markdown is supported
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