root.rb 258 B

1234567
  1. module Sass
  2. # The root directory of the Sass source tree.
  3. # This may be overridden by the package manager
  4. # if the lib directory is separated from the main source tree.
  5. # @api public
  6. ROOT_DIR = File.expand_path(File.join(__FILE__, "../../.."))
  7. end