class Sass::Supports::Negation

def initialize(condition)

def initialize(condition)
  @condition = condition
end