Skip to content

Commit

Permalink
remove gibill accent (#825)
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Chiang <[email protected]>
  • Loading branch information
micahchiang authored Aug 30, 2023
1 parent adae542 commit bef641e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 49 deletions.
2 changes: 1 addition & 1 deletion packages/css-library/dist/tokens/css/variables.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Tue, 29 Aug 2023 17:17:03 GMT
* Generated on Wed, 30 Aug 2023 21:52:36 GMT
*/

:root {
Expand Down
2 changes: 1 addition & 1 deletion packages/css-library/dist/tokens/scss/variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Tue, 29 Aug 2023 17:17:03 GMT
// Generated on Wed, 30 Aug 2023 21:52:36 GMT

$color-base: #212121;
$color-white: #ffffff;
Expand Down
45 changes: 0 additions & 45 deletions packages/css-library/dist/utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -3081,21 +3081,6 @@ through all possible variants
background-color: #fac922;
}

/*
@if map-deep-get($utility, settings, responsive) {
@include render-media-queries(
$utility,
$selector,
$property,
$value,
$val-props
);
}
*/
.vads-bg-gibill-accent {
background-color: #fff1d2;
}

/*
@if map-deep-get($utility, settings, responsive) {
@include render-media-queries(
Expand Down Expand Up @@ -4521,21 +4506,6 @@ through all possible variants
border-color: #fac922;
}

/*
@if map-deep-get($utility, settings, responsive) {
@include render-media-queries(
$utility,
$selector,
$property,
$value,
$val-props
);
}
*/
.vads-border-gibill-accent {
border-color: #fff1d2;
}

/*
@if map-deep-get($utility, settings, responsive) {
@include render-media-queries(
Expand Down Expand Up @@ -5316,21 +5286,6 @@ through all possible variants
color: #fac922;
}

/*
@if map-deep-get($utility, settings, responsive) {
@include render-media-queries(
$utility,
$selector,
$property,
$value,
$val-props
);
}
*/
.vads-gibill-accent {
color: #fff1d2;
}

/*
@if map-deep-get($utility, settings, responsive) {
@include render-media-queries(
Expand Down
2 changes: 1 addition & 1 deletion packages/css-library/dist/utilities.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/css-library/src/tokens/color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ $tokens-color-basic: (
"orange": false,
"link-default": $color-link-default,
"warning-message": $color-warning-message,
"gibill-accent": $color-gibill-accent,
"primary": $color-primary,
"primary-darker": $color-primary-darker,
"primary-darkest": $color-primary-darkest,
Expand Down

0 comments on commit bef641e

Please sign in to comment.