Skip to content

Commit d2d3d21

Browse files
committed
had to namespace neat/neat-helpers
1 parent e337406 commit d2d3d21

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem "bourbon", "~> 4.2.0"
4-
gem "neat", "~> 1.7.0"
5-
63
group :jekyll_plugins do
74
gem "github-pages"
85
end

_sass/bitters/_grid-settings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "neat-helpers"; // or "neat/neat-helpers" when not in Rails
1+
@import "neat/neat-helpers"; // or "neat/neat-helpers" when not in Rails
22

33
// Neat Overrides
44
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)