From 23216e5aeeb933af7d51dd60f5825c6b3d8905d0 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Tue, 29 Aug 2017 11:24:40 -0700 Subject: [PATCH] [Frontend] Restored commented SASS Fixes #1685 --- platform/commonUI/general/res/sass/_archetypes.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/commonUI/general/res/sass/_archetypes.scss b/platform/commonUI/general/res/sass/_archetypes.scss index 8de8cf74c6..f096d35733 100644 --- a/platform/commonUI/general/res/sass/_archetypes.scss +++ b/platform/commonUI/general/res/sass/_archetypes.scss @@ -21,7 +21,7 @@ *****************************************************************************/ /********************************************* COLUMN LAYOUTS STYLES */ -/*@mixin cols($totalCols, $span) { +@mixin cols($totalCols, $span) { $cw: 100% / $totalCols; min-width: (500px / $totalCols) * $span; @if ($totalCols != $span) { @@ -89,7 +89,7 @@ @include clearfix; padding: $interiorMargin 0; } -}*/ +} /********************************************* FLEX STYLES */ .l-flex-row,