nicojensen.de/vendor/bundle/gems/sass-3.7.3/lib/sass/root.rb
Nico Jensen b59a203dbb Init
Init commit
2019-03-12 13:49:49 +01:00

7 lines
258 B
Ruby

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