TricomB2B / object-fit-videos

Polyfill for object-fit and object-position CSS properties on video elements. Works with IE9-11, Edge, Safari <10.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I add generic font family to satisfy a linter?

rulatir opened this issue · comments

As in the title: can I add a generic font family to font-family: 'object-fit: cover;'; in order to satisfy a pedantic linter, or will this break the polyfill?

Maybe. Something like font-family: 'Arial; object-fit: cover;'; should work. Other syntaxes might not though. Can't hurt to try.