Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Moved mixins into globals directory.
  • Loading branch information
DFurnes committed Mar 25, 2014
commit 1ddbd69c2109b0d09cf69b6da149ff1cf7906bae
2 changes: 1 addition & 1 deletion lib/themes/dosomething/paraneue_dosomething/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@import "../../../../html/profiles/dosomething/themes/dosomething/paraneue/paraneue/bower_components/neue/scss/helpers";

// Import our local variables and helpers
@import "mixins";
@import "globals/mixins";

// Drupal styles
@import "overrides/drupal";
Expand Down