fixes lint warnings using single quoted on icons.scss

This commit is contained in:
decabeza
2017-10-13 21:01:23 +02:00
parent b52abfb922
commit 1da787e2ff

View File

@@ -270,21 +270,21 @@
}
.icon-calculator::before {
content: "\36";
content: '\36';
}
.icon-map-marker::before {
content: "\37";
content: '\37';
}
.icon-user-plus::before {
content: "\38";
content: '\38';
}
.icon-file-text-o::before {
content: "\39";
content: '\39';
}
.icon-file-text::before {
content: "\21";
content: '\21';
}