# File lib/sass/importers/deprecated_path.rb, line 40 def deprecation_warning path = @specified_root == "." ? "the current working directory" : @specified_root "DEPRECATION WARNING: Importing from \#{path} will not be\nautomatic in future versions of Sass. To avoid future errors, you can add it\nto your environment explicitly by setting `SASS_PATH=\#{@specified_root}`, by using the -I command\nline option, or by changing your Sass configuration options.\n" end