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

Switch to un-prefixed radial-gradient syntax #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattbrictson
Copy link
Collaborator

radial-gradient is now supported by all current browsers:

https://caniuse.com/#search=radial-gradient

Also, the cover keyword has been deprecated in favor of farthest-corner. This fixes the following autoprefixer warning:

autoprefixer: xray-rails-0.3.1/app/assets/stylesheets/xray.css:42:3:
Gradient has outdated direction syntax. Replace `cover` to `farthest-corner`.

`radial-gradient` is now supported by all current browsers:

https://caniuse.com/#search=radial-gradient

Also, the `cover` keyword has been deprecated in favor of
`farthest-corner`. This fixes the following autoprefixer warning:

autoprefixer: xray-rails-0.3.1/app/assets/stylesheets/xray.css:42:3:
Gradient has outdated direction syntax. Replace `cover` to `farthest-corner`.
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

Successfully merging this pull request may close these issues.

1 participant