diff options
| author | XhmikosR <[email protected]> | 2013-12-08 13:01:18 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2013-12-08 13:23:25 +0200 |
| commit | cbfbf1b2dd16b1aa17e3feef9a4643e98a0f967e (patch) | |
| tree | 1b845510eb4528b07478cfedbe872f03b301bc5a /.csslintrc | |
| parent | b5613c9af5ed412aace32419378137bf64342203 (diff) | |
| download | bootstrap-cbfbf1b2dd16b1aa17e3feef9a4643e98a0f967e.tar.xz bootstrap-cbfbf1b2dd16b1aa17e3feef9a4643e98a0f967e.zip | |
Add csslint support.
Diffstat (limited to '.csslintrc')
| -rw-r--r-- | .csslintrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.csslintrc b/.csslintrc new file mode 100644 index 000000000..8cf2f846d --- /dev/null +++ b/.csslintrc @@ -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 +} |
