No commit activity in last 3 years
No release in over 3 years
A CSS Validator that is used by the Compass CSS Framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

compass-validator

This is a library dependency for compass that provides a css validator for compass projects. It is only useful during development and should be installed separately. Very little is original code. Java is required and must be on the $PATH.

Validating a CSS Folder

The W3C Validator can be challenging to install and get working. The Compass Validator makes it much easier. On a system with java installed all you have do is this:

$ gem install compass-validator
$ compass-validate <css_folder>

In your compass project all you have to do is:

$ compass validate

== Copyright

Copyright (c) 2009 Chris Eppstein. See LICENSE for details. Additional copyrights for included software can be found in lib/java_validator.