Skip to content
New issue

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

Add fallbacks for @property rules for Firefox #13655

Merged
merged 3 commits into from May 8, 2024

Conversation

thecrypticace
Copy link
Contributor

Firefox does not currently support @property so we need to fallback to declarations on * + pseudo elements or :root depending on whether or not the property is inheritable.

This PR adds fallbacks to the base layer of the generated CSS and wraps them in a @supports (-moz-orient: auto) so only Firefox applies these rules.

@thecrypticace thecrypticace merged commit aceec2e into next May 8, 2024
1 check passed
@thecrypticace thecrypticace deleted the feat/ff-property-fallbacks branch May 8, 2024 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants