fix: small misspelling
This commit is contained in:
@@ -1,2 +1 @@
|
||||
^./i18n
|
||||
^/packages/ui/internals
|
||||
^./i18n
|
||||
@@ -180,7 +180,7 @@ themeFiles.map(function (filePath, i) {
|
||||
const rootTheme = filePath.includes('root')
|
||||
const SD = StyleDictionary.extend(
|
||||
getStyleDictionaryConfig(
|
||||
// determine wether to include the root theme properties with each theme
|
||||
// determine whether to include the root theme properties with each theme
|
||||
rootTheme ? [filePath] : ['tokens/themes/root.json', filePath],
|
||||
rootTheme ? 'dark' : fileName,
|
||||
'themes',
|
||||
|
||||
Reference in New Issue
Block a user