compass/lib/compass/sass_extensions.rb
Chris Eppstein b13fd43a2e Require relative to the load path instead of using the more convoluted approach of File.join(File.dirname(__FILE__), ...).
Also, don't ever muck with the load paths or rubygems without first
trying to require the library without doing so.
2009-09-02 21:45:08 -07:00

6 lines
129 B
Ruby

module Compass::SassExtensions
end
require 'compass/sass_extensions/functions'
require 'compass/sass_extensions/monkey_patches'