DiscoverMeteor / book

17 stars 0 forks source link

Getting Started - Update CSS to reflect current standards #400

Closed ghost closed 9 years ago

ghost commented 9 years ago
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;

This is no longer necessary. All modern browsers are capable of using border-radius. See: http://caniuse.com/#feat=border-radius

SachaG commented 9 years ago

Good point!