Sha256: cc495e738ae4b0a3d779a354c8fa16da3227a94a2eac8668152c9f762d0e80fc
Contents?: true
Size: 307 Bytes
Versions: 180
Compression:
Stored size: 307 Bytes
Contents
#!/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!
Version data entries
180 entries across 180 versions & 4 rubygems