class Sass::Exec::SassConvert

def try_less_note

def try_less_note
  return if @@less_note_printed
  @@less_note_printed = true
  warn <<NOTE
: Sass and Less are different languages, and they work differently.
 do my best to translate, but some features -- especially mixins --
ld be checked by hand.
end