Mark Tolmacs 1 year ago
parent
commit
521896cccf
2 changed files with 1 additions and 11 deletions
  1. 0 10
      excalidraw-app/index.scss
  2. 1 1
      packages/excalidraw/locales/en.json

+ 0 - 10
excalidraw-app/index.scss

@@ -1,13 +1,3 @@
-@mixin animate($animation,$duration,$method,$times){
-  animation: $animation $duration $method $times;
-}
-
-@mixin keyframes($name){
-  @keyframes #{$name}{
-      @content;
-  }
-}
-
 .excalidraw {
   --color-primary-contrast-offset: #625ee0; // to offset Chubb illusion
 

+ 1 - 1
packages/excalidraw/locales/en.json

@@ -610,4 +610,4 @@
     "itemNotAvailable": "Command is not available...",
     "shortcutHint": "For Command palette, use {{shortcut}}"
   }
-}
+}