public
Rubygem
Fork of nex3/haml
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/chriseppstein/haml.git
haml / bin / css2sass
100755 8 lines (5 sloc) 0.14 kb
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
 
require File.dirname(__FILE__) + '/../lib/haml'
require 'haml/exec'
 
opts = Haml::Exec::CSS2Sass.new(ARGV)
opts.parse!