We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: word-spacing is not a known property https://developer.mozilla.org/en/docs/Web/CSS/word-spacing
Warning: word-spacing is not a known property
Warning: pointer-events is not a known property https://developer.mozilla.org/en/docs/Web/CSS/pointer-events
Warning: pointer-events is not a known property
There's more I found, wondering if there's a reason for these being picked up?
The text was updated successfully, but these errors were encountered:
Are those officially defined in one of the CSS specs, or is it a Mozilla-only thing? Sorry, too flustered at work to look these up properly right now.
Sorry, something went wrong.
On further investigation it seems word-spacing is: https://www.w3.org/wiki/CSS/Properties/word-spacing http://caniuse.com/#search=word-spacing
word-spacing
But pointer-events isn't, although it is widely supported: http://caniuse.com/#search=pointer-events
pointer-events
Hope you sorted your flustering out :)
Having this issue with the flex property: https://www.w3.org/TR/2016/CR-css-flexbox-1-20160301/
flex
Is there a way to ignore such warnings only for the flex property?
No branches or pull requests
Warning: word-spacing is not a known property
https://developer.mozilla.org/en/docs/Web/CSS/word-spacingWarning: pointer-events is not a known property
https://developer.mozilla.org/en/docs/Web/CSS/pointer-eventsThere's more I found, wondering if there's a reason for these being picked up?
The text was updated successfully, but these errors were encountered: