chore: generated design system css variables from updated json file
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export function kebabify(str: string) {
|
||||
return str.replace(/\/|\s/g, '-').replace(/\(|\)/g, '')
|
||||
return str.replace(/\/|\s/g, '-').replace(/\(|\)|\[|\]/g, '')
|
||||
}
|
||||
|
||||
export function ignoreStyles(mode: { name: string }) {
|
||||
|
||||
Reference in New Issue
Block a user