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:
nex3 2007-03-25 09:44:36 +00:00
parent d4a6ff1bd2
commit 31387be9f9
1 changed files with 6 additions and 0 deletions

View File

@ -570,6 +570,12 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
# 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
require 'sass/engine'