Skip to content

Commit 89271f0

Browse files
committed
add font family variable to less file
1 parent 35d2cc2 commit 89271f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

awesome-bootstrap-checkbox.less

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Checkboxes
33
// --------------------------------------------------
44

5+
@font-family-icon: 'FontAwesome';
6+
57
.checkbox-variant(@parent, @color) {
68
.@{parent} input[type="checkbox"]:checked + label {
79
&::before {
@@ -61,7 +63,7 @@
6163
}
6264

6365
&:checked + label::after{
64-
font-family: 'FontAwesome';
66+
font-family: @font-family-icon;
6567
content: @fa-var-check;
6668
}
6769

0 commit comments

Comments
 (0)