Skip to content

Commit

Permalink
Merge pull request #2028 from cfpb/ans_linter
Browse files Browse the repository at this point in the history
Linter autofixes
  • Loading branch information
anselmbradford committed Aug 22, 2024
2 parents ca37b9a + 600f799 commit 404bc42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions docs/assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
@use 'variation' as *;
@use 'color-swatches' as *;
@use 'search' as *;

@include define-custom-props();
@include define-custom-props;

// Webfont
// This is the path for self-hosted fonts.
Expand Down
20 changes: 10 additions & 10 deletions packages/cfpb-design-system/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
@forward 'abstracts';
@forward 'base';

// Buttons.
@forward 'components/cfpb-buttons/vars';
@forward 'components/cfpb-buttons/button';
@forward 'components/cfpb-buttons/button-group';
@forward 'components/cfpb-buttons/button-link';
@forward 'components/cfpb-buttons/button-with-icon';

// Expandables.
@forward 'components/cfpb-expandables/vars';
@forward 'components/cfpb-expandables/expandable';
@forward 'components/cfpb-expandables/expandable-group';
@forward 'components/cfpb-expandables/summary';
@forward 'components/cfpb-expandables/summary-minimal';

// Forms.
@forward 'components/cfpb-forms/form';
@forward 'components/cfpb-forms/form-alert';
@forward 'components/cfpb-forms/form-field';
Expand All @@ -22,9 +22,9 @@
@forward 'components/cfpb-forms/search-input';
@forward 'components/cfpb-forms/select';
@forward 'components/cfpb-forms/text-input';

// Icons.
@forward 'components/cfpb-icons/icon';

// Layout.
@forward 'components/cfpb-layout/card-group';
@forward 'components/cfpb-layout/card';
@forward 'components/cfpb-layout/email-signup';
Expand All @@ -33,17 +33,17 @@
@forward 'components/cfpb-layout/layout';
@forward 'components/cfpb-layout/text-introduction';
@forward 'components/cfpb-layout/well';

// Notifications.
@forward 'components/cfpb-notifications/vars';
@forward 'components/cfpb-notifications/banner';
@forward 'components/cfpb-notifications/notification';

// Pagination.
@forward 'components/cfpb-pagination/vars';
@forward 'components/cfpb-pagination/pagination';

// Tables.
@forward 'components/cfpb-tables/vars';
@forward 'components/cfpb-tables/table';

// Typography.
@forward 'components/cfpb-typography/vars';
@forward 'components/cfpb-typography/date';
@forward 'components/cfpb-typography/link';
Expand All @@ -52,5 +52,5 @@
@forward 'components/cfpb-typography/pull-quote';
@forward 'components/cfpb-typography/slug-header';
@forward 'components/cfpb-typography/tagline';

// Utilities.
@forward 'utilities';

0 comments on commit 404bc42

Please sign in to comment.