We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9aead commit 60201d6Copy full SHA for 60201d6
1 file changed
docs/API.md
@@ -92,6 +92,7 @@ Check if the browser has native CSS if() support.
92
```javascript
93
if (!hasNativeSupport()) {
94
console.log("Polyfill is needed");
95
+ init();
96
}
97
```
98
0 commit comments