ant-design/.lesshintrc

13 lines
264 B
Plaintext
Raw Normal View History

2015-11-26 19:32:55 +08:00
{
"propertyOrdering": false,
"hexLength": "short",
"stringQuotes": false,
"decimalZero": false,
"importantRule": false,
"zeroUnit": "no_unit",
"qualifyingElement": false,
"duplicateProperty": false,
"importPath": false,
"finalNewline": false
}