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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It'll be helpful to support features which has vendor-prefixed features and helps maintaining those css features.
support mirror data
see #864 (review)
possible ways can be:
speicified directly as a string
{ "-webkit-user-select": "user-select" }
speicified via mirror key on mirroring data
mirror
{ "-webkit-user-select": { "mirror": "user-select" } }
speicified via mirrors key on mirrored data
mirrors
{ "user-select": { "mirrors": ["-webkit-user-select"] } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What information was incorrect, unhelpful, or incomplete?
It'll be helpful to support features which has vendor-prefixed features and helps maintaining those css features.
What did you expect to see?
support mirror data
Do you have any supporting links, references, or citations?
see #864 (review)
Do you have anything more you want to share?
possible ways can be:
speicified directly as a string
speicified via
mirror
key on mirroring dataspeicified via
mirrors
key on mirrored dataThe text was updated successfully, but these errors were encountered: