# File lib/sass/tree/import_node.rb, line 37 def to_scss(tabs = 0, opts = {}) "#{' ' * tabs}@import \"#{@imported_filename}\";\n" end