class Bootstrap::Generators::InstallGenerator

def use_less?

def use_less?
  (defined?(Less) && (stylesheets_type!='static') ) || (stylesheets_type=='less')
end