You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
644 B

10 years ago
  1. {
  2. "vendor-prefix" : true,
  3. "duplicate-properties" : true,
  4. "display-property-grouping" : true,
  5. "empty-rules" : true,
  6. "adjoining-classes" : false,
  7. "box-model" : false,
  8. "compatible-vendor-prefixes" : false,
  9. "box-sizing" : false,
  10. "duplicate-background-images" : false,
  11. "floats" : false,
  12. "important" : false,
  13. "overqualified-elements" : false,
  14. "rules-count" : false,
  15. "shorthand" : false,
  16. "zero-units" : false
  17. }