desc 'Convert less to scss'
task :convert do |t, args|
  require './tasks/converter'
  Converter.new().process_bootstrap_progressbar
end
