analyzing page types and populating search inputs
This commit is contained in:
22
src/views/styles/colors.module.scss.d.ts
vendored
22
src/views/styles/colors.module.scss.d.ts
vendored
@@ -1,15 +1,15 @@
|
||||
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;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user