Skip to content

Instantly share code, notes, and snippets.

@webinista
Created December 3, 2012 14:10
Embed
What would you like to do?
Testing for @supports support
function hasAtSupports(){
return (window.CSSRule !== undefined) && (window.CSSRule.SUPPORTS_RULE !== undefined)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment