Open mattbrictson opened 6 years ago
radial-gradient is now supported by all current browsers:
radial-gradient
https://caniuse.com/#search=radial-gradient
Also, the cover keyword has been deprecated in favor of farthest-corner. This fixes the following autoprefixer warning:
cover
farthest-corner
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 offarthest-corner
. This fixes the following autoprefixer warning: