[PM-1451] Remove unused export.module.scss (#5012)
This commit is contained in:
parent
ff4293b7bd
commit
5bc4fa62ef
|
@ -1,8 +0,0 @@
|
|||
@import "variables";
|
||||
|
||||
:export {
|
||||
darkInputColor: $darkInputColor;
|
||||
darkInputPlaceholderColor: $darkInputPlaceholderColor;
|
||||
lightInputColor: $lightInputColor;
|
||||
lightInputPlaceholderColor: $lightInputPlaceholderColor;
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
export interface ThemeVariableExport {
|
||||
lightInputColor: string;
|
||||
lightInputPlaceholderColor: string;
|
||||
darkInputColor: string;
|
||||
darkInputPlaceholderColor: string;
|
||||
}
|
||||
|
||||
export const ThemeVariables: ThemeVariableExport;
|
||||
export default ThemeVariables;
|
Loading…
Reference in New Issue