1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

[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
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;