Files
mkdocs/.csslintrc
Waylan Limberg 78d1c01aa4 Add csslint to lint CSS.
Cleaned up the stylesheets as per csslint. Manually ignore adjoining-classes
to avoid more offenders being added later. Completely ignore order-aphabetical
as it occurs a lot and editing the stylesheet would make git blame less
useful in the future.
2016-10-09 20:32:18 -04:00

46 lines
1.5 KiB
Plaintext

--exclude-list = mkdocs/themes/mkdocs/css/bootstrap-custom.min.css,
mkdocs/themes/readthedocs/css/bootstrap-custom.min.css,
mkdocs/themes/mkdocs/css/font-awesome-4.5.0.css,
mkdocs/themes/readthedocs/css/font-awesome-4.5.0.css,
mkdocs/themes/mkdocs/css/highlight.css,
mkdocs/themes/readthedocs/css/highlight.css,
mkdocs/themes/readthedocs/css/theme.css
--errors = known-properties,
box-sizing,
outline-none,
bulletproof-font-face,
compatible-vendor-prefixes,
errors,
duplicate-background-images,
duplicate-properties,
empty-rules,
selector-max-approaching,
gradients,
floats,
font-faces,
font-sizes,
shorthand,
import,
import-ie-limit,
text-indent,
rules-count,
regex-selectors,
selector-max,
selector-newline,
star-property-hack,
underscore-property-hack,
universal-selector,
unqualified-attributes,
vendor-prefix,
zero-units,
overqualified-elements,
unique-headings,
qualified-headings,
ids,
display-property-grouping,
fallback-colors,
box-model,
important,
adjoining-classes
--ignore = order-alphabetical