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
Expected behavior: When the JSS encounters a clip-path on a webkit browser, it should put a '-webkit-clip-path:' in its place as well.
Describe the bug: There is no change to the CSS. clip-path remains, but will not work with Webkit browsers such as safari.
The JSS clipPath: 'inset(5px -1px -7px -1px)',
Should result in
'-webkit-clip-path:': 'inset(5px -1px -7px -1px)',
Codesandbox link: Please create a codesandbox.io with the issue. Make it as minimal as possible as this will help us find the bug quicker.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered:
@AleshaOleg is it still a bug in prefixer?
Sorry, something went wrong.
@kof yes :(
AleshaOleg
No branches or pull requests
Expected behavior:
When the JSS encounters a clip-path on a webkit browser, it should put a '-webkit-clip-path:' in its place as well.
Describe the bug:
There is no change to the CSS. clip-path remains, but will not work with Webkit browsers such as safari.
The JSS
clipPath: 'inset(5px -1px -7px -1px)',
Should result in
Codesandbox link:
Please create a codesandbox.io with the issue. Make it as minimal as possible as this will help us find the bug quicker.
Versions (please complete the following information):
Feel free to add any additional versions which you may think are relevant to the bug.
The text was updated successfully, but these errors were encountered: