vwall / compass-twitter-bootstrap

The twitter bootstrap ported to compass
722 stars 119 forks source link

Some color variables don't work in IE properly for gradient #34

Open joelmats opened 12 years ago

joelmats commented 12 years ago

For example,

$white is defined as #FFF but when used with the Microsoft.gradient property as in .breadcrumb, in IE9 it displays the breadcrumb as blue. I think IE9 treats it as #FFF000.

skyeagle commented 11 years ago

The same issue. It looks like in production #fffffff color minified to #fff then IE treat it as #fff000.