[PM-1451] Remove unused export.module.scss (#5012)

This commit is contained in:
Oscar Hinton 2023-03-21 11:31:11 +01:00 committed by GitHub
parent ff4293b7bd
commit 5bc4fa62ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 17 deletions

View File

@ -1,8 +0,0 @@
@import "variables";
:export {
darkInputColor: $darkInputColor;
darkInputPlaceholderColor: $darkInputPlaceholderColor;
lightInputColor: $lightInputColor;
lightInputPlaceholderColor: $lightInputPlaceholderColor;
}

View File

@ -1,9 +0,0 @@
export interface ThemeVariableExport {
lightInputColor: string;
lightInputPlaceholderColor: string;
darkInputColor: string;
darkInputPlaceholderColor: string;
}
export const ThemeVariables: ThemeVariableExport;
export default ThemeVariables;