An interpolation condition (e.g. `#{$var}`).
# File lib/sass/supports.rb, line 217 def deep_copy copy = dup copy.value = @value.deep_copy copy end
# File lib/sass/supports.rb, line 223 def options=(options) @value.options = options end
# File lib/sass/supports.rb, line 205 def perform(env) @resolved_value = value.perform(env).to_s(:quote => :none) end
Generated with the Darkfish Rdoc Generator 2.