An operator condition (e.g. `CONDITION1 and CONDITION2`).
# File lib/sass/supports.rb, line 68 def deep_copy copy = dup copy.left = @left.deep_copy copy.right = @right.deep_copy copy end
# File lib/sass/supports.rb, line 75 def options=(options) @left.options = options @right.options = options end
# File lib/sass/supports.rb, line 55 def perform(env) @left.perform(env) @right.perform(env) end
Generated with the Darkfish Rdoc Generator 2.