mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 06:39:40 +08:00
Fix LESS syntax error
This commit is contained in:
parent
8aec9b5169
commit
1994339a43
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user