Fix LESS syntax error

This commit is contained in:
Toby Zerner 2015-07-28 16:09:57 +09:30
parent 8aec9b5169
commit 1994339a43

View File

@ -198,7 +198,7 @@
background: @body-bg;
}
&.active:not(.fullScreen) {
.box-shadow(0 0 0 2px @primary-color, 0 2px 6px @shadow-color);
.box-shadow(~"0 0 0 2px @{primary-color}, 0 2px 6px @{shadow-color}");
}
&.fullScreen {
position: fixed;