Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove gibill accent #825

Merged
merged 1 commit into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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