From 6025cdde1796eaa5c6829637f3e1102ea3ae0070 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Sat, 10 Sep 2016 00:41:38 -0300 Subject: [PATCH] The space content is one way to avoid an Opera bug. --- src/_Utility.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_Utility.sass b/src/_Utility.sass index 19d5202..6c17611 100644 --- a/src/_Utility.sass +++ b/src/_Utility.sass @@ -11,7 +11,7 @@ &:after, &:before - content: '' + content: ' ' // The space content is one way to avoid an Opera bug. display: table // Float either direction