Skip to content

Commit

Permalink
Move imports to where they are needed
Browse files Browse the repository at this point in the history
  • Loading branch information
luisramos0 committed Jan 23, 2020
1 parent 22bee92 commit 0ea98fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/assets/stylesheets/admin/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@

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

@import 'plugins/jstree';

@import 'variables';
Expand Down
3 changes: 3 additions & 0 deletions app/assets/stylesheets/admin/plugins/jstree.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@import 'admin/globals/variables';
@import 'admin/globals/mixins';

#taxonomy_tree {
> ul, .jstree-icon {
background-image: none;
Expand Down

0 comments on commit 0ea98fd

Please sign in to comment.