Home
Pages 49
-
LoadingAbout
-
LoadingAvoid un anchored hovers
-
LoadingBeware of box model size
-
LoadingBuild System
-
LoadingBuild System Integration
-
LoadingBulletproof font face
-
LoadingCommand line interface
-
LoadingContributing
-
LoadingDeveloper Guide
-
LoadingDisallow !important
-
LoadingDisallow @import
-
LoadingDisallow adjoining classes
-
LoadingDisallow box sizing
-
LoadingDisallow duplicate properties
-
LoadingDisallow empty rules
-
LoadingDisallow IDs in selectors
-
LoadingDisallow negative text indent
-
LoadingDisallow non alphabetical
-
LoadingDisallow outline:none
-
LoadingDisallow overqualified elements
-
LoadingDisallow qualified headings
-
LoadingDisallow star hack
-
LoadingDisallow too many floats
-
LoadingDisallow underscore hack
-
LoadingDisallow units for zero values
-
LoadingDisallow universal selector
-
LoadingDon't use too many web fonts
-
LoadingIDE integration
-
LoadingNew Release
-
LoadingRequire all gradient definitions
-
LoadingRequire fallback colors
-
LoadingRequire shorthand properties
-
LoadingRequire use of known properties
-
LoadingRules
-
LoadingRules by ID
-
LoadingSource Code
-
LoadingUnit Tests
-
LoadingUsing in a Node.js Application
-
LoadingWorking with Rules
Clone this wiki locally
About
Learn more about CSS Lint, its origins, and what the heck it is.
Rules
Not sure why a rule is important? This guide talks about each of the CSS Lint rules and explains how the rule is designed to improve your CSS.
Ignoring parts of CSS during linting
Sometimes you want to make an exception for a specific rule on a specific line. Other times you want to ignore all linting for parts of your CSS. Look here for examples on how to handle these situations.
Command Line Interface
All about the command line interface for CSS Lint. If you'd rather use a CLI program to verify your CSS instead of using the web site, then this guide is your best friend.
Build System Integration
Once you're familiar with the CSS Lint command line interface, the next step is to integrate it into your build system. This guide walks through using CSS Lint as part of your build.
IDE Integration
You can integrate CSS Lint into your favorite IDE to make checking your CSS code quality easy. In fact, some IDEs already have CSS Lint built in.
Developer Guide
The developer guide contains information for CSS Lint developers. If you want to contribute to the project, or even just tinker on your own, this guide explains how to get the source and work with it.
``$ {webkit-tap-highlight-color: rgba(255,255,0,0);}