Skip to content

Commit 0f75ad7

Browse files
committed
remove ; from customizer
1 parent 2a1e491 commit 0f75ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h3>Forms</h3>
380380
<label>@btnPrimaryBackground</label>
381381
<input type="text" class="span3" placeholder="@linkColor">
382382
<label>@btnPrimaryBackgroundHighlight</label>
383-
<input type="text" class="span3" placeholder="darken(@white, 10%);">
383+
<input type="text" class="span3" placeholder="darken(@white, 10%)">
384384

385385
</div><!-- /span -->
386386
<div class="span3">

0 commit comments

Comments
 (0)