Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Add sass requirement
Browse files Browse the repository at this point in the history
Neat adds it's stylesheets to the Sass load paths however we are not
requiring sass explicitly. Previously, Sass was being required
implicitly through bourbon however, as of bourbon-5.0 Sass is no longer
required in the gem itself resulting in an error within Neat.

Resolves
#429
  • Loading branch information
Damian Galarza committed Mar 4, 2016
1 parent 9149f01 commit cdc510e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/neat.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "sass"
require "bourbon"
require "neat/generator"

Expand Down

0 comments on commit cdc510e

Please sign in to comment.