rikulo / bootjack

Twitter Bootstrap ported in Dart.
https://quire.io
Apache License 2.0
88 stars 15 forks source link

Dart editor css validator and bootjack #8

Closed edgesoft closed 10 years ago

edgesoft commented 10 years ago

I'm getting this error when trying bootjack and the dropdown doesn't render proparly

Invalid CSS property value: progress-bar-stripes 2s linear infinite Invalid CSS property value: transform 0.3s ease-out

simonpai commented 10 years ago

Hi,

The bundled CSS file directly came from Bootstrap, and we meant to keep the CSS totally identical. Some of the CSS values serve for cross-browser compatibility. They are considered invalid in Chrome, but are crucial in other browsers.

For the dropdown rendering issue, can you tell me the browser you used, and can you offer a test case?

edgesoft commented 10 years ago

Ok thanks, Was just that my html page wasn't rendered at all as seen in your demo so I was just wondering if that could be it. screenshot 2013-12-09 09 43 44