diff options
| author | Chris Rebert <[email protected]> | 2014-01-05 21:28:52 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-05 21:29:26 -0800 |
| commit | 9fa2c95d78bf3cf17a8474bd04b5cf0b1e7b9d4c (patch) | |
| tree | e18d41d01f55580ced008cdb691afe8f48423e82 /less | |
| parent | 938bc12c58343dde20caf8c3e88a674774705172 (diff) | |
| download | bootstrap-9fa2c95d78bf3cf17a8474bd04b5cf0b1e7b9d4c.tar.xz bootstrap-9fa2c95d78bf3cf17a8474bd04b5cf0b1e7b9d4c.zip | |
make CSSLint happier; refs #12094
Diffstat (limited to 'less')
| -rw-r--r-- | less/.csslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/.csslintrc b/less/.csslintrc index 8cf2f846d..005b86236 100644 --- a/less/.csslintrc +++ b/less/.csslintrc @@ -11,6 +11,7 @@ "outline-none": false, "qualified-headings": false, "regex-selectors": false, + "shorthand": false, "text-indent": false, "unique-headings": false, "universal-selector": false, |
