Skip to content

Commit

Permalink
Add imports for new css files from spree_backend
Browse files Browse the repository at this point in the history
  • Loading branch information
luisramos0 committed Jan 23, 2020
1 parent 7f65b82 commit 5edb786
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/assets/stylesheets/admin/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,22 @@
*= require_self
*/

@import 'globals/functions';
@import 'globals/variables';
@import 'variables';
@import 'globals/mixins';

@import 'shared/typography';
@import 'shared/tables';
@import 'shared/icons';
@import 'shared/forms';
@import 'shared/layout';

@import 'components/*';

@import 'hacks/mozilla';
@import 'hacks/opera';
@import 'hacks/ie';

@import 'pages/*';
@import '*';

0 comments on commit 5edb786

Please sign in to comment.