From c31cf40a990abb6e38e96e5a2112f875d4311282 Mon Sep 17 00:00:00 2001 From: Ans Date: Fri, 27 Sep 2024 18:12:28 -0400 Subject: [PATCH] Adjust code comments --- packages/cfpb-design-system/src/abstracts/custom-props.scss | 2 +- .../cfpb-design-system/src/components/cfpb-forms/tag.scss | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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;