Skip to content

Commit

Permalink
Add theme imports directly into styles.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisdano committed Oct 7, 2018
1 parent 3101c7e commit d191110
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 31 deletions.
18 changes: 0 additions & 18 deletions src/stylesheets/theme/_uswds-theme.scss

This file was deleted.

21 changes: 8 additions & 13 deletions src/stylesheets/theme/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,16 @@
*/

// -------------------------------------
// import individual theme settings...
// Import individual theme settings

// @import 'uswds-theme-general';
// @import 'uswds-theme-typography';
// @import 'uswds-theme-spacing';
// @import 'uswds-theme-color';
// @import 'uswds-theme-utilities';
@import 'uswds-theme-general';
@import 'uswds-theme-typography';
@import 'uswds-theme-spacing';
@import 'uswds-theme-color';
@import 'uswds-theme-utilities';

// -------------------------------------
// ...or import all theme settings

@import 'uswds-theme';

// -------------------------------------
// import individual USWDS modules...
// Import individual USWDS modules...

// @import 'uswds-fonts';
// @import 'uswds-layout-grid';
Expand All @@ -36,6 +31,6 @@
@import 'uswds';

// -------------------------------------
// import theme custom styles
// Import theme custom styles

@import 'uswds-theme-custom-styles';

0 comments on commit d191110

Please sign in to comment.