diff --git a/src/preprocessor/themeOverrides.test.ts b/src/preprocessors/themeOverrides.test.ts similarity index 100% rename from src/preprocessor/themeOverrides.test.ts rename to src/preprocessors/themeOverrides.test.ts diff --git a/src/preprocessor/themeOverrides.ts b/src/preprocessors/themeOverrides.ts similarity index 100% rename from src/preprocessor/themeOverrides.ts rename to src/preprocessors/themeOverrides.ts diff --git a/src/preprocessor/utilities/transformTokens.ts b/src/preprocessors/utilities/transformTokens.ts similarity index 100% rename from src/preprocessor/utilities/transformTokens.ts rename to src/preprocessors/utilities/transformTokens.ts diff --git a/src/primerStyleDictionary.ts b/src/primerStyleDictionary.ts index 57c76b7a6..01c402a5c 100644 --- a/src/primerStyleDictionary.ts +++ b/src/primerStyleDictionary.ts @@ -37,7 +37,7 @@ import { cssAdvanced, jsonFigma, } from './formats/index.js' -import {themeOverrides} from './preprocessor/themeOverrides.js' +import {themeOverrides} from './preprocessors/themeOverrides.js' /** * @name {@link PrimerStyleDictionary}