refactor: update SCSS syntax & remove open-color dep (#10633)

This commit is contained in:
David Luzar
2026-01-10 18:15:14 +01:00
committed by GitHub
parent cc6c29c0b9
commit b9a255407f
78 changed files with 526 additions and 410 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { normalizeInputColor } from "../components/ColorPicker/ColorInput";
import { normalizeInputColor } from "@excalidraw/common";
describe("normalizeInputColor", () => {
describe("hex colors", () => {