some other minor changes from milpeer
[fnpeditor.git] / src / editor / plugins / core / canvasElements.less
index 6a663b1..d50f987 100644 (file)
@@ -1,3 +1,5 @@
+@import 'edumed/edumed.less';
+
 .canvas-widget-footnote-handle {
     display: inline;
     outline: 0px solid transparent;
@@ -7,7 +9,7 @@
     color: blue;
     font-size: .8em;
 
-    &::before, {
+    &::before {
         content: "[" counter(footnote) "]";
     }
 }