Skip to content

Commit

Permalink
Fix "background-color: primary_color" in generated css file
Browse files Browse the repository at this point in the history
(issue ququplay#23)
  • Loading branch information
dryabov committed Aug 9, 2015
1 parent b273447 commit 8f8fdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stylus/functions/build_swatch.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f8fdde

Please sign in to comment.