2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #12046: move .csscomb.json and .csslintrc to less/ folder

This commit is contained in:
Mark Otto
2013-12-31 13:16:28 -08:00
parent 78e1af58d6
commit ac3f48bb19
3 changed files with 2 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"adjoining-classes": false,
"box-sizing": false,
"box-model": false,
"compatible-vendor-prefixes": false,
"floats": false,
"font-sizes": false,
"gradients": false,
"important": false,
"known-properties": false,
"outline-none": false,
"qualified-headings": false,
"regex-selectors": false,
"text-indent": false,
"unique-headings": false,
"universal-selector": false,
"unqualified-attributes": false
}