Commit 35aad074 authored by Mark Otto's avatar Mark Otto

Add comment about opacity mixin not being used

parent d242d536
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
// Component animations // Component animations
// -------------------------------------------------- // --------------------------------------------------
// Heads up!
//
// We don't use the `.opacity()` mixin here since it causes a bug with text
// fields in IE7-8. Source: https://github.com/twitter/bootstrap/pull/3552.
.fade { .fade {
opacity: 0; opacity: 0;
......
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