Skip to content

Commit

Permalink
Move flash styles to components
Browse files Browse the repository at this point in the history
base should be reserved for all HTML base element styles. Since flash styling
is class-based, it belongs within the components directory.
  • Loading branch information
Tyson Gach committed Dec 16, 2015
1 parent 6d5fa97 commit 1c299b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/administrate/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// Extends
@import "extends/button";
@import "extends/clearfix";
@import "extends/flashes";

// Typography and Elements
@import "typography";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
@import "attributes";
@import "cells";
@import "date_time_picker";
@import "flashes";
@import "form";
@import "header";
@import "search";
@import "pagination";
@import "search";
@import "table";

0 comments on commit 1c299b5

Please sign in to comment.