您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.lesshintrc.json 273B

123456789101112
  1. {
  2. "idSelector": false,
  3. "importPath": false,
  4. "importantRule": false,
  5. "maxCharPerLine": false,
  6. "propertyOrdering": false,
  7. "qualifyingElement": false,
  8. "spaceAroundComma": false,
  9. "stringQuotes": "double",
  10. "universalSelector": false,
  11. "zeroUnit": "no_unit"
  12. }