Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Created March 2, 2018 13:39
Show Gist options
  • Save lonekorean/27cd20c127409d58d5c12dba0ed6c3f8 to your computer and use it in GitHub Desktop.
Save lonekorean/27cd20c127409d58d5c12dba0ed6c3f8 to your computer and use it in GitHub Desktop.
Check for Paint API support via CSS
@supports (background: paint(id)) {
/* good to go! */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment