mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Documentation for Sass :load_paths option.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@450 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
parent
d4a6ff1bd2
commit
31387be9f9
1 changed files with 6 additions and 0 deletions
|
@ -569,6 +569,12 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
|
|||
# [<tt>:filename</tt>] The filename of the file being rendered.
|
||||
# This is used solely for reporting errors,
|
||||
# and is automatically set when using Rails.
|
||||
#
|
||||
# [<tt>:load_paths</tt>] An array of filesystem paths which should be searched
|
||||
# for Sass templates imported with the "@import" directive.
|
||||
# This defaults to the working directory and, in Rails,
|
||||
# whatever <tt>:template_location</tt> is
|
||||
# (by default <tt>RAILS_ROOT + "/public/stylesheets/sass"</tt>).
|
||||
#
|
||||
module Sass; end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue