fixed some bugs, and updated dev dashboard useffect"
This commit is contained in:
16
src/views/styles/colors.module.scss.d.ts
vendored
Normal file
16
src/views/styles/colors.module.scss.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
export interface ISassColors {
|
||||
$BURNT_ORANGE: string;
|
||||
$CHARCOAL: string;
|
||||
$WHITE: string;
|
||||
$TANGERINE: string;
|
||||
$SUNSHINE: string;
|
||||
$CACTUS: string;
|
||||
$TURTLE_POND: string;
|
||||
$TURQUOISE: string;
|
||||
$BLUEBONNET: string;
|
||||
$SHADE: string;
|
||||
$LIMESTONE: string;
|
||||
}
|
||||
|
||||
declare const colors: ISassColors;
|
||||
export default colors;
|
||||
Reference in New Issue
Block a user