Skip to content

Commit

Permalink
Merge pull request #4162 from uswds/jm-summary-box-package
Browse files Browse the repository at this point in the history
USWDS - Packages: Add summary box and update imports list.
  • Loading branch information
thisisdano committed Apr 22, 2021
2 parents b4391ba + 55a4e77 commit 567f7ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/stylesheets/packages/_usa-summary-box.scss
@@ -0,0 +1,2 @@
// src
@import "../components/summary-box";
8 changes: 6 additions & 2 deletions src/stylesheets/theme/styles.scss
Expand Up @@ -36,16 +36,18 @@
// @import 'packages/validation';
// @import 'packages/usa-accordion';
// @import 'packages/usa-alert';
// @import 'packages/usa-identifier';
// @import 'packages/usa-banner';
// @import 'packages/usa-breadcrumb';
// @import 'packages/usa-button';
// @import 'packages/usa-button-group';
// @import 'packages/usa-button';
// @import 'packages/usa-card';
// @import 'packages/usa-checklist';
// @import 'packages/usa-collection';
// @import 'packages/usa-footer';
// @import 'packages/usa-header';
// @import 'packages/usa-hero';
// @import 'packages/usa-icon-list';
// @import 'packages/usa-icon';
// @import 'packages/usa-identifier';
// @import 'packages/usa-layout';
// @import 'packages/usa-media-block';
Expand All @@ -57,8 +59,10 @@
// @import 'packages/usa-search';
// @import 'packages/usa-section';
// @import 'packages/usa-sidenav';
// @import 'packages/usa-site-alert';
// @import 'packages/usa-skipnav';
// @import 'packages/usa-step-indicator';
// @import 'packages/usa-summary-box';
// @import 'packages/usa-table';
// @import 'packages/usa-tag';

Expand Down

0 comments on commit 567f7ad

Please sign in to comment.