Skip to content

Commit 36e20d6

Browse files
committed
mathquill#797 less 3.0.1 breaks build because @var:; is non standard
less/less.js#2911
1 parent 2e9d779 commit 36e20d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/font.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@omit-font-face:;
1+
@omit-font-face:~"";
22
.font-face;
33
.font-face() when not (@omit-font-face) {
44
@font-face {
@@ -7,7 +7,7 @@
77
}
88
}
99

10-
@basic:;
10+
@basic:~"";
1111
.font-srcs() when not (@basic) {
1212
src: url(fonts/Symbola.eot);
1313
src:

0 commit comments

Comments
 (0)