1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

[Sass] Require haml/util.

This commit is contained in:
Nathan Weizenbaum 2009-02-15 01:23:57 -08:00
parent 4f1f55c528
commit a57f482289

View file

@ -868,5 +868,6 @@ module Sass
end
require 'haml/util'
require 'sass/engine'
require 'sass/plugin' if defined?(Merb::Plugins)