mirror of
https://github.com/danog/sass-site.git
synced 2024-12-11 00:49:50 +01:00
6b8f5afd7a
Opera never prefixed border-radius
129 B
129 B
.box {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
}