Skip to content

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.

2 participants