mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
[PM-1451] Remove unused export.module.scss (#5012)
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
@import "variables";
|
|
||||||
|
|
||||||
:export {
|
|
||||||
darkInputColor: $darkInputColor;
|
|
||||||
darkInputPlaceholderColor: $darkInputPlaceholderColor;
|
|
||||||
lightInputColor: $lightInputColor;
|
|
||||||
lightInputPlaceholderColor: $lightInputPlaceholderColor;
|
|
||||||
}
|
|
||||||
9
apps/web/src/scss/export.module.scss.d.ts
vendored
9
apps/web/src/scss/export.module.scss.d.ts
vendored
@@ -1,9 +0,0 @@
|
|||||||
export interface ThemeVariableExport {
|
|
||||||
lightInputColor: string;
|
|
||||||
lightInputPlaceholderColor: string;
|
|
||||||
darkInputColor: string;
|
|
||||||
darkInputPlaceholderColor: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
export const ThemeVariables: ThemeVariableExport;
|
|
||||||
export default ThemeVariables;
|
|
||||||
Reference in New Issue
Block a user