From 8f8fdde4f84f7f3e87a85c389893a68b68f7b8f7 Mon Sep 17 00:00:00 2001 From: Denis Ryabov Date: Sun, 9 Aug 2015 17:19:26 +0300 Subject: [PATCH] Fix "background-color: primary_color" in generated css file (issue #23) --- src/stylus/functions/build_swatch.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylus/functions/build_swatch.styl b/src/stylus/functions/build_swatch.styl index 33ea28c..be89a9c 100644 --- a/src/stylus/functions/build_swatch.styl +++ b/src/stylus/functions/build_swatch.styl @@ -116,7 +116,7 @@ build_swatch(swatch) .ui-bar-{swatch} .ui-checkbox-on:after, .ui-body-{swatch} .ui-checkbox-on:after, body .ui-group-theme-{swatch} .ui-checkbox-on:after, - .ui-btn.ui-checkbox-on.ui-btn-{swatch}:after, + .ui-btn.ui-checkbox-on.ui-btn-{swatch}:after background-color: primary_color border-color: primary_color color: font_color