-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
● Test suite failed to run
TypeError: Cannot read property 'getAttribute' of undefined
8 | return name.replace(/[A-Z]/g, m => "-" + m.toLowerCase());
9 | };
> 10 | public mainBlackTextColor = new CSSGlobalVariables({ normalize: this.camelToHyphens }).mainBlackText;
| ^
11 | public mainWhiteTextColor = new CSSGlobalVariables({ normalize: this.camelToHyphens }).mainWhiteText;
12 |
13 | public getRandId(): string {
we have added css-global-variables to transformIgnorePatterns like we do for other libraries but it fail :/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels