https://github.com/comcast/compass-csslint
Easily integrate CSS Lint into your projects that use the Compass CSS Framework
https://github.com/comcast/compass-csslint
Last synced: about 1 year ago
JSON representation
Easily integrate CSS Lint into your projects that use the Compass CSS Framework
- Host: GitHub
- URL: https://github.com/comcast/compass-csslint
- Owner: Comcast
- License: other
- Created: 2012-10-15T19:42:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T14:20:04.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T21:07:05.035Z (about 1 year ago)
- Language: Ruby
- Homepage: http://comcast.github.com/compass-csslint/
- Size: 23.4 KB
- Stars: 65
- Watchers: 16
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS Lint for Sass & Compass
Easily integrate Nicholas C. Zakas and Nicole Sullivan's [CSS Lint](http://csslint.net/) into your projects that use the Compass CSS Framework by providing a `compass csslint` command line option.
## Installation
Assuming ruby is installed on your system:
$ gem install compass-csslint
Note that this requires at least version 1.0.0.alpha.13 of [Compass](http://compass-style.org/) to work properly.
## Usage
Run the following command from the root of your Compass project:
$ compass csslint
To view options:
$ compass csslint --help
## Additional Links
For a bare-bones sample project to see this in action, checkout the [compass-extensions-sample](https://github.com/Comcast/compass-extensions-sample) repo
To run CSS Lint without Compass, you can use the standalone ruby gem:
$ gem install css_lint_ruby
* https://rubygems.org/gems/css_lint
* https://github.com/Comcast/css_lint_ruby
## Authors
* John Riviello - https://github.com/JohnRiv
* Mike Ball - https://github.com/mdb
Thanks for assistance and contributions:
* Jen Valure - https://github.com/calophi
* Mike Rottina - https://github.com/rottina