Seperated out the sticker scss so that it's not dependent on the frame being present.

This commit is contained in:
Colin Dawson 2026-03-18 13:41:49 +00:00
parent 1de4ccb467
commit 54cd9f0b38

View File

@ -1,4 +1,5 @@
import { STICKER_TEXT } from "../../../environment";
import "../../../Sass/_sticker.scss";
const isBlank = (value: string | null | undefined) =>
!value || value.trim().length === 0;