File: sass

package info (click to toggle)
ruby-sass 3.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,668 kB
  • sloc: ruby: 32,237; sh: 22; makefile: 15
file content (8 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
# The command line Sass parser.

require 'sass'
require 'sass/exec'

opts = Sass::Exec::SassScss.new(ARGV, :sass)
opts.parse!