Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Jul 9, 2019
1 parent 6345dff commit d44f7cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bourbon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Engine < ::Rails::Engine
begin
require "sass"
Sass.load_paths << File.expand_path("../core", __dir__)
rescue LoadError; end
rescue LoadError
end
end
end

0 comments on commit d44f7cb

Please sign in to comment.