gems.scss_lint-0.57.1.bin.scss-lint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
The newest version!
#!/usr/bin/env ruby
require 'scss_lint'
require 'scss_lint/cli'
logger = SCSSLint::Logger.new(STDOUT)
exit SCSSLint::CLI.new(logger).run(ARGV)