Skip to content

Instantly share code, notes, and snippets.

@Yaffle
Created March 14, 2012 07:01
Show Gist options
  • Select an option

  • Save Yaffle/2034767 to your computer and use it in GitHub Desktop.

Select an option

Save Yaffle/2034767 to your computer and use it in GitHub Desktop.
html {
list-style-image: url("data:text/css;transform: scale(1.2);transition: width 0.2s, transform 0.3s;");
}
@Yaffle

Yaffle commented Mar 14, 2012

Copy link
Copy Markdown
Author

and the javascript can iterate over
document.styleSheets[i].cssRules[j]
and attach prefixed properties to cssRules

@Yaffle

Yaffle commented Mar 14, 2012

Copy link
Copy Markdown
Author

it works under IE9+, FF, O, Chrome, Safari

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment