Skip to content

Commit

Permalink
Cleanup screen.scss / import uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnONolan committed Jul 30, 2014
1 parent f8033f9 commit f6f2a15
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions core/client/assets/sass/screen.scss
@@ -1,5 +1,5 @@
//
// Helpers - Variables and mixins
// Helpers: Sass Utilities
// --------------------------------------------------

@import "_bourbon"; // via Bower http://bourbon.io/
Expand All @@ -10,15 +10,15 @@


//
// Libraries - 3rd party dependencies
// Libraries: Code by Other Homies
// --------------------------------------------------

@import "normalize"; // via Bower
@import "lib/nprogress";


//
// Patterns - Re-usable styles
// Patterns: Groups of Styles
// --------------------------------------------------

@import "patterns/global";
Expand All @@ -29,17 +29,18 @@


//
// Components - Groups of Patterns
// Components: Groups of Patterns
// --------------------------------------------------

@import "components/navigation";
@import "components/modals";
@import "components/notifications";
@import "components/uploader";
@import "components/dropdowns";


//
// Layouts - Groups of Components
// Layouts: Groups of Components
// --------------------------------------------------

@import "layouts/default";
Expand Down

0 comments on commit f6f2a15

Please sign in to comment.