diff --git a/src/css/dynamic_ui.scss b/src/css/dynamic_ui.scss index f5d81baf..c27028ed 100644 --- a/src/css/dynamic_ui.scss +++ b/src/css/dynamic_ui.scss @@ -21,7 +21,7 @@ // Helper method to scale a property value @mixin S($propName, $v1, $v2: "", $v3: "", $v4: "", $important: false) { $impSuffix: ""; - @if $important==true { + @if $important == true { $impSuffix: "!important"; } $v1: D($v1);