Skip to content

Commit

Permalink
Merge pull request #48 from sturobson/patch-2
Browse files Browse the repository at this point in the history
removes non-existing -o- Opera prefix
  • Loading branch information
₍˄ุ.͡˳̫.˄ุ₎ committed Jan 6, 2014
2 parents 8e81ccf + e3013b7 commit 5f8db3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/code-snippets/_homepage-mixins-scss.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
-webkit-border-radius: $radius;
-moz-border-radius: $radius;
-ms-border-radius: $radius;
-o-border-radius: $radius;
border-radius: $radius;
}

.box { @include border-radius(10px); }
```
```

0 comments on commit 5f8db3f

Please sign in to comment.