Skip to content

Instantly share code, notes, and snippets.

@jitendravyas
Created February 6, 2013 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jitendravyas/4722686 to your computer and use it in GitHub Desktop.
Save jitendravyas/4722686 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com, the Sass playground.
// Sass v3.2.5
*html .top_gray_overlay {
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop);}
*html .extra_popup { position:absolute; top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop+33);
}
Invalid CSS after "*": expected "{", was "html .top_gray_..."
"html" may only be used at the beginning of a compound selector.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment