#!/usr/bin/env ruby

require File.dirname(__FILE__) + '/../lib/haml'
require 'haml/exec'

warn <<END
DEPRECATION WARNING:
The css2sass tool is deprecated and will be removed in Sass 3.2.
Use the sass-convert tool instead.
END

opts = Haml::Exec::SassConvert.new(%w[--from css --to sass] + ARGV)
opts.parse!
