Don't require an extension to provide a stylesheets directory.

This commit is contained in:
Chris Eppstein 2009-09-12 08:28:38 -07:00
parent 312ee77cf4
commit 7a59888fcb

View File

@ -259,7 +259,7 @@ module Compass
load_paths = []
load_paths << sass_path if sass_path
Compass::Frameworks::ALL.each do |framework|
load_paths << framework.stylesheets_directory
load_paths << framework.stylesheets_directory if File.exists?(framework.stylesheets_directory)
end
load_paths += resolve_additional_import_paths
load_paths