Skip to content

Commit

Permalink
Merge pull request #2017 from cfpb/ans_cleanup
Browse files Browse the repository at this point in the history
Add base index file | Remove less file
  • Loading branch information
anselmbradford authored Aug 14, 2024
2 parents 42e3474 + 406e73e commit 0a3b8ee
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 221 deletions.
50 changes: 50 additions & 0 deletions packages/cfpb-design-system/src/_index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
@forward 'abstracts';
@forward 'base';

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

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

@forward 'components/cfpb-forms/form-alert';
@forward 'components/cfpb-forms/form-field';
@forward 'components/cfpb-forms/form';
@forward 'components/cfpb-forms/label';
@forward 'components/cfpb-forms/multiselect';
@forward 'components/cfpb-forms/range';
@forward 'components/cfpb-forms/search-input';
@forward 'components/cfpb-forms/select';
@forward 'components/cfpb-forms/text-input';

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

@forward 'components/cfpb-layout/card-group';
@forward 'components/cfpb-layout/card';
@forward 'components/cfpb-layout/email-signup';
@forward 'components/cfpb-layout/featured-content-module';
@forward 'components/cfpb-layout/hero';
@forward 'components/cfpb-layout/layout';
@forward 'components/cfpb-layout/text-introduction';
@forward 'components/cfpb-layout/well';

@forward 'components/cfpb-notifications/banner';
@forward 'components/cfpb-notifications/notification';

@forward 'components/cfpb-pagination/pagination';

@forward 'components/cfpb-tables/table';

@forward 'components/cfpb-typography/date';
@forward 'components/cfpb-typography/link';
@forward 'components/cfpb-typography/list';
@forward 'components/cfpb-typography/meta-header';
@forward 'components/cfpb-typography/pull-quote';
@forward 'components/cfpb-typography/slug-header';
@forward 'components/cfpb-typography/tagline';

@forward 'utilities';
221 changes: 0 additions & 221 deletions packages/cfpb-design-system/src/components/cfpb-forms/multiselect.less

This file was deleted.

0 comments on commit 0a3b8ee

Please sign in to comment.