Skip to content

Commit

Permalink
Some css fixes to make it all work in rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
luisramos0 committed Jan 15, 2021
1 parent f179214 commit 7c90241
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/darkswarm/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// See https://github.com/zurb/foundation/issues/3855#issuecomment-30372252

@import "variables";
@import "components/global";
@import "components/buttons";
@import "components/panels";
@import "foundation/components/global";
@import "foundation/components/buttons";
@import "foundation/components/panels";

#sidebar {
margin-top: 1.875em;
Expand Down
2 changes: 2 additions & 0 deletions config/initializers/compass.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require 'compass'
Sass.load_paths << Compass::Frameworks['compass'].stylesheets_directory
1 change: 1 addition & 0 deletions lib/spree/i18n.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

module Spree
extend ActionView::Helpers::TranslationHelper
extend ActionView::Helpers::TagHelper if ENV['DEPENDENCIES_NEXT']

class << self
# Add spree namespace and delegate to Rails TranslationHelper for some nice
Expand Down

0 comments on commit 7c90241

Please sign in to comment.