From bdaa0c3b5baaa17356be3d5c2516b66aaacf35f5 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Fri, 25 Mar 2016 14:46:00 -0400 Subject: [PATCH] register sass path --- lib/jekyll/theme.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/jekyll/theme.rb b/lib/jekyll/theme.rb index 25160f80..d9f7f52d 100644 --- a/lib/jekyll/theme.rb +++ b/lib/jekyll/theme.rb @@ -24,6 +24,10 @@ module Jekyll path_for :sass end + def configure_sass + Sass.load_paths << sass_path if sass_path + end + private def path_for(folder)