Skip to content

Instantly share code, notes, and snippets.

Created September 23, 2012 13:14
Show Gist options
  • Save anonymous/3ceffc3a7313dce0afc3 to your computer and use it in GitHub Desktop.
Save anonymous/3ceffc3a7313dce0afc3 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
# The command line Sass parser.
require File.dirname(__FILE__) + '/../lib/sass'
require 'sass/exec'
# Sass::Plugin.options[:style] = :compact
opts = Sass::Exec::Scss.new(ARGV)
opts.parse!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment