Skip to content

Commit

Permalink
Add base folder and manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
smharley committed Sep 23, 2016
1 parent b89c162 commit 6911c7e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@
@import "normalize";
@import "font-awesome";

@import "variables";
@import "animations";
@import "extends";
@import "application/helpers";
@import "base/base";

@import "button_mixins";
@import "application/helpers";

@import "base";
@import "buttons";
@import "toggle_switch";
@import "pages/pages";
@import "accounts/show";
Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/base/_base.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@import "variables";

@import "animations";
@import "button_mixins";
@import "buttons";
@import "extends";
@import "helpers";
@import "typography";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6911c7e

Please sign in to comment.