sass-site/source/code-snippets/_homepage-mixins-css.md
Stuart Robson 6b8f5afd7a removes non-existing -o- Opera prefix
Opera never prefixed border-radius
2014-01-06 16:13:22 +00:00

129 B

.box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}