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

Gradient has outdated direction syntax. New syntax is like closest-side at 0 0 instead of `0 0, closest-side #1482

Closed
ColbyMay opened this issue Oct 5, 2022 · 2 comments

Comments

@ColbyMay
Copy link

ColbyMay commented Oct 5, 2022

Using radial-gradient, recieving a new syntax warning to move to 'at'

.example{   

background: radial-gradient(100% 200%, rgba(color) 0,rgba(color) 15%, rgba(color) 30%, $black300 30%);

}

'at' is not supported by Safari yet for radial-gradient's?

radial-gradient's Can I Use

@ai
Copy link
Member

ai commented Oct 5, 2022

You may want to add some CSS polyfill for Safari. Maybe postcss-preset-env does it?

@ColbyMay
Copy link
Author

ColbyMay commented Oct 5, 2022

Thanks for this.
The issue was directed to the wrong repo.
Closing now.

@ColbyMay ColbyMay closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants