File: .csslintrc

package info (click to toggle)
python-mkdocs 1.1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,832 kB
  • sloc: python: 7,504; javascript: 2,299; perl: 142; sh: 66; makefile: 25; xml: 21
file content (45 lines) | stat: -rw-r--r-- 1,496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
--exclude-list = mkdocs/themes/mkdocs/css/bootstrap.min.css,
                 mkdocs/themes/readthedocs/css/bootstrap-custom.min.css,
                 mkdocs/themes/mkdocs/css/font-awesome.min.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