From 31387be9f9c3d5bff97c0acc64802e088e9a6cdc Mon Sep 17 00:00:00 2001 From: nex3 Date: Sun, 25 Mar 2007 09:44:36 +0000 Subject: [PATCH] Documentation for Sass :load_paths option. git-svn-id: svn://hamptoncatlin.com/haml/trunk@450 7063305b-7217-0410-af8c-cdc13e5119b9 --- lib/sass.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/sass.rb b/lib/sass.rb index 6618a241..8d96f364 100644 --- a/lib/sass.rb +++ b/lib/sass.rb @@ -569,6 +569,12 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir) # [:filename] The filename of the file being rendered. # This is used solely for reporting errors, # and is automatically set when using Rails. +# +# [:load_paths] 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 :template_location is +# (by default RAILS_ROOT + "/public/stylesheets/sass"). # module Sass; end