diff --git a/packages/cfpb-design-system/src/abstracts/custom-props.scss b/packages/cfpb-design-system/src/abstracts/custom-props.scss index 6aa474def..367190f8e 100644 --- a/packages/cfpb-design-system/src/abstracts/custom-props.scss +++ b/packages/cfpb-design-system/src/abstracts/custom-props.scss @@ -168,7 +168,7 @@ --gray-10: #e7e8e9; --gray-5: #f7f8f9; - // with special guests + // …with special guests. --black: #101820; // Also known as "CFPB Black" --white: #fff; } diff --git a/packages/cfpb-design-system/src/components/cfpb-forms/tag.scss b/packages/cfpb-design-system/src/components/cfpb-forms/tag.scss index 7c6c69048..6235b4855 100644 --- a/packages/cfpb-design-system/src/components/cfpb-forms/tag.scss +++ b/packages/cfpb-design-system/src/components/cfpb-forms/tag.scss @@ -3,11 +3,6 @@ @use '@cfpb/cfpb-design-system/src/utilities' as *; @use '@cfpb/cfpb-design-system/src/components/cfpb-typography/mixins' as *; -/* ========================================================================== - consumerfinance.gov - tag - ========================================================================== */ - // Filter tags appear in filtered contexts, often as part of multiselects. .a-tag-filter { display: flex;