nathan.vaughn-imaginuity
-
1/10/2012 1:44:58 PM
CSS appears to quit loading after a double colon
I have discovered that a CSS file while stop loading once it reaches a double colon (::). Problem is doulbe colons are is used in CSS. Including in a very common reset CSS included with html5boilerplate.
Here's the CSS in question ::-moz-selection{ background: #0054a5; color:#fff; text-shadow: none; } ::selection { background:#0054a5; color:#fff; text-shadow: none; }
If that code is in my CSS, that's where it stops loading. If I remove it, the whole CSS loads.
This has only happened since version 6. I'm enjoying most of the other features so far though!
|