mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-04 03:35:25 -05:00
add sass path
This commit is contained in:
@@ -27,6 +27,10 @@ module Jekyll
|
||||
path_for "layouts"
|
||||
end
|
||||
|
||||
def sass_path
|
||||
path_for "sass"
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def path_for(folder)
|
||||
|
||||
Reference in New Issue
Block a user