You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
this would be an issue with https://github.com/mozilla/slowparse, adding "user-select" to the list of known CSS properties should be all that's required (although adding a test case so that it's provably accepted would be good too of course!)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Moved from https://github.com/mozilla/thimble.webmaker.org/issues/481:
@pamelafox filed:
Attempting to use this non-standard property results in the invalid property name error:
https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
I can see where to add it in the code (cssProperties), but not sure if that'd conflict with philosophy about which properties "exist". Thoughts?
and @Pomax wrote:
this would be an issue with https://github.com/mozilla/slowparse, adding "user-select" to the list of known CSS properties should be all that's required (although adding a test case so that it's provably accepted would be good too of course!)
The text was updated successfully, but these errors were encountered: