mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-04 19:55:00 -05:00
register sass path
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user