Skip to content

Commit

Permalink
Merge pull request #2830 from uswds/dw-remove-theme-abstraction
Browse files Browse the repository at this point in the history
Remove theme abstraction stylesheet
  • Loading branch information
thisisdano committed Oct 7, 2018
2 parents 3101c7e + d191110 commit a0e4dc0
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
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 a0e4dc0

Please sign in to comment.