Revision b395f3526e267c267c2d099b7cfc13325d873ee9 authored by vsn4ik on 08 January 2015, 09:03:09 UTC, committed by Heinrich Fenkart on 26 February 2015, 05:42:09 UTC
1 parent 5debbec
Raw File
.csslintrc
{
  "adjoining-classes": false,
  "box-sizing": false,
  "box-model": false,
  "compatible-vendor-prefixes": false,
  "floats": false,
  "font-sizes": false,
  "gradients": false,
  "important": false,
  "known-properties": false,
  "outline-none": false,
  "qualified-headings": false,
  "regex-selectors": false,
  "shorthand": false,
  "text-indent": false,
  "unique-headings": false,
  "universal-selector": false,
  "unqualified-attributes": false
}
back to top