diff --git a/apps/web/src/scss/export.module.scss b/apps/web/src/scss/export.module.scss deleted file mode 100644 index 615a0f75d1..0000000000 --- a/apps/web/src/scss/export.module.scss +++ /dev/null @@ -1,8 +0,0 @@ -@import "variables"; - -:export { - darkInputColor: $darkInputColor; - darkInputPlaceholderColor: $darkInputPlaceholderColor; - lightInputColor: $lightInputColor; - lightInputPlaceholderColor: $lightInputPlaceholderColor; -} diff --git a/apps/web/src/scss/export.module.scss.d.ts b/apps/web/src/scss/export.module.scss.d.ts deleted file mode 100644 index 6b2c06a0c7..0000000000 --- a/apps/web/src/scss/export.module.scss.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -export interface ThemeVariableExport { - lightInputColor: string; - lightInputPlaceholderColor: string; - darkInputColor: string; - darkInputPlaceholderColor: string; -} - -export const ThemeVariables: ThemeVariableExport; -export default ThemeVariables;