Commit 84576958 authored by Nikolay Gromov's avatar Nikolay Gromov Committed by GitHub

Delete .lesshintrc

parent faa5f339
{
"excludedFiles": [
"btn-mixins.less",
"grid-mixins.less",
"responsive-mixins.less",
"table-responsive-mixins.less",
"label--tag.less"
],
"emptyRule": false,
"importantRule": false,
"propertyOrdering": false,
"singleLinePerSelector": "18f",
"hexLength": {
"style": "short"
},
"zeroUnit": {
"style": "no_unit"
},
"hexNotation": {
"style": "lowercase"
},
"idSelector": {
"exclude": []
},
"qualifyingElement": {
"allowWithAttribute": true
},
"selectorNaming": {
"disallowUppercase": true,
"disallowUnderscore": true,
"disallowDash": true
},
"importPath": {
"filenameExtension": true,
"leadingUnderscore": false,
"exclude": []
},
"duplicateProperty": {
"exclude": [
"outline"
]
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment