Seperated out the sticker scss so that it's not dependent on the frame being present.
This commit is contained in:
parent
1de4ccb467
commit
54cd9f0b38
@ -1,4 +1,5 @@
|
|||||||
import { STICKER_TEXT } from "../../../environment";
|
import { STICKER_TEXT } from "../../../environment";
|
||||||
|
import "../../../Sass/_sticker.scss";
|
||||||
|
|
||||||
const isBlank = (value: string | null | undefined) =>
|
const isBlank = (value: string | null | undefined) =>
|
||||||
!value || value.trim().length === 0;
|
!value || value.trim().length === 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user