From e3013b7aa9c23ac321dedf1de75f4bb26eaa2cbb Mon Sep 17 00:00:00 2001 From: Stuart Robson Date: Mon, 6 Jan 2014 16:13:50 +0000 Subject: [PATCH] removes non-existing -o- Opera prefix Opera never prefixed border-radius --- source/code-snippets/_homepage-mixins-scss.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/code-snippets/_homepage-mixins-scss.md b/source/code-snippets/_homepage-mixins-scss.md index e49c86e62..ac1fc9393 100644 --- a/source/code-snippets/_homepage-mixins-scss.md +++ b/source/code-snippets/_homepage-mixins-scss.md @@ -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); } -``` \ No newline at end of file +```