Project

css_lint

0.01
No commit activity in last 3 years
No release in over 3 years
Lint your CSS.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
= 2.4
 Project Readme

css_lint_ruby

Build Status Code Climate

A rudimentary gem that wraps the command line Rhino version of Nicholas C. Zakas and Nicole Sullivan's csslint.

Nothing too fancy and kinda rough around the edges...css_lint was made during Comcast Interactive Media's May 2012 Labweek as a dependency for using CSS Lint for Sass & Compass.

Installation

git clone https://github.com/Comcast/css_lint_ruby.git
cd css_lint_ruby
bundle install
bundle exec rake
gem build css_lint.gemspec
gem install css_lint-0.10.0.0.gem

Usage

Basic command line usage:

css_lint <some_css_directory>

Or:

css_lint <some_file.css>

Tests

Run Rspec tests:

rake

Browse code coverage via simplecov:

open coverage/index.html