Skip to content

Commit

Permalink
Theme/move external css files (#407)
Browse files Browse the repository at this point in the history
* Moves normalize and animate stylesheets into the theme to avoid an extra external call

* Compiles
  • Loading branch information
coreymcollins authored and gregrickaby committed Oct 19, 2018
1 parent be6da10 commit 3455c40
Show file tree
Hide file tree
Showing 5 changed files with 5,641 additions and 6 deletions.
4 changes: 2 additions & 2 deletions assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ $output-bourbon-deprecation-warnings: false;
@import 'neat';
@import 'utilities/mixins/index';
@import 'utilities/helpers/index';
@import 'assets/bower_components/normalize-css/normalize.css';
@import 'assets/bower_components/animate.css/animate.css';
@import 'vendor/normalize/normalize';
@import 'vendor/animate/animate';

@import 'base/index';
@import 'structure/index';
Expand Down
Loading

0 comments on commit 3455c40

Please sign in to comment.