mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-14 23:47:48 +00:00
Some css fixes to make it all work in rails 5
This commit is contained in:
@@ -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;
|
||||
|
||||
2
config/initializers/compass.rb
Normal file
2
config/initializers/compass.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
require 'compass'
|
||||
Sass.load_paths << Compass::Frameworks['compass'].stylesheets_directory
|
||||
@@ -6,6 +6,7 @@ require 'spree/i18n/base'
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user