mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
move css to scss
This commit is contained in:
parent
250fbe2e1e
commit
a1bcfb401c
5 changed files with 1051 additions and 116 deletions
|
@ -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 & {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue