Skip to content

Commit 8f8fdde

Browse files
committed
Fix "background-color: primary_color" in generated css file
(issue ququplay#23)
1 parent b273447 commit 8f8fdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stylus/functions/build_swatch.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ build_swatch(swatch)
116116
.ui-bar-{swatch} .ui-checkbox-on:after,
117117
.ui-body-{swatch} .ui-checkbox-on:after,
118118
body .ui-group-theme-{swatch} .ui-checkbox-on:after,
119-
.ui-btn.ui-checkbox-on.ui-btn-{swatch}:after,
119+
.ui-btn.ui-checkbox-on.ui-btn-{swatch}:after
120120
background-color: primary_color
121121
border-color: primary_color
122122
color: font_color

0 commit comments

Comments
 (0)