mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
9 lines
168 B
Text
9 lines
168 B
Text
![]() |
#!/usr/bin/env ruby
|
||
|
# The command line Sass parser.
|
||
|
|
||
|
require File.dirname(__FILE__) + '/../lib/haml'
|
||
|
require 'haml/exec'
|
||
|
|
||
|
opts = Haml::Exec::Sass.new(ARGV)
|
||
|
opts.parse!
|