move css to scss

This commit is contained in:
dwelle 2020-01-04 19:14:12 +01:00
parent 250fbe2e1e
commit a1bcfb401c
5 changed files with 1051 additions and 116 deletions

View file

@ -13,7 +13,7 @@ import {
import { moveOneLeft, moveAllLeft, moveOneRight, moveAllRight } from "./zindex";
import "./styles.css";
import "./styles.scss";
type ExcalidrawElement = ReturnType<typeof newElement>;
type ExcalidrawTextElement = ExcalidrawElement & {