brentd / xray-rails

☠️ A development tool that reveals your UI's bones
MIT License
1.22k stars 79 forks source link

Switch to un-prefixed radial-gradient syntax #92

Open mattbrictson opened 6 years ago

mattbrictson commented 6 years ago

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`.