A negation condition (`not CONDITION`).
# File lib/sass/supports.rb, line 116 def deep_copy copy = dup copy.condition = condition.deep_copy copy end
# File lib/sass/supports.rb, line 122 def options=(options) condition.options = options end
# File lib/sass/supports.rb, line 104 def perform(env) @condition.perform(env) end
Generated with the Darkfish Rdoc Generator 2.