Created
March 2, 2018 13:39
-
-
Save lonekorean/27cd20c127409d58d5c12dba0ed6c3f8 to your computer and use it in GitHub Desktop.
Check for Paint API support via CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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