{ "important" : true, "adjoining-classes" : false,//连接多个类名 "known-properties" : false,//知道的属性 "box-sizing" : false, "box-model" : false, "overqualified-elements" : true,//多重元素 "display-property-grouping" : false,//多重元素 "bulletproof-font-face" : true, "vendor-prefix" : false,//前缀 "compatible-vendor-prefixes" : false,//兼容前缀 "regex-selectors" : false,//正则选择器 "errors" : true, "duplicate-background-images" : true, "duplicate-properties" : true,//重复属性 "empty-rules" : true, "selector-max-approaching" : true, "gradients" : true, "fallback-colors" : false,//颜色可靠,兼容 "font-sizes" : false,//字体大小个数 "font-faces" : false,//字体个数 "floats" : false,//浮动个数 "star-property-hack" : false,//ie7*号 "outline-none" : false, "import" : true, "ids" : true, "underscore-property-hack" : true, "rules-count" : true, "qualified-headings" : false,//合格的标题 "unique-headings" : false,//唯一的标题定义 "selector-max" : true, "shorthand" : true, "text-indent" : true, "universal-selector" : false,//通配符选择器 "unqualified-attributes" : false,//不合格属性 "zero-units" : true, "order-alphabetical" : false//按字母顺序排列的 }