diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-03-15 09:57:45 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-03-15 09:57:49 -0400 |
commit | 39a2f465a54d93777781c1a97cb58953a7d6557e (patch) | |
tree | 2909cf045a91d12918b26fcc63e386d5ce5003b4 /.csslintrc | |
parent | 5fb68636d19a40451d1190b9a5255d86616d54f5 (diff) | |
download | jquery-ui-39a2f465a54d93777781c1a97cb58953a7d6557e.tar.gz jquery-ui-39a2f465a54d93777781c1a97cb58953a7d6557e.zip |
Use .csslintrc instead of inlining rules in the Gruntfile.
Diffstat (limited to '.csslintrc')
-rw-r--r-- | .csslintrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.csslintrc b/.csslintrc new file mode 100644 index 000000000..5d9db072c --- /dev/null +++ b/.csslintrc @@ -0,0 +1,11 @@ +{ + "adjoining-classes": false, + "box-model": false, + "compatible-vendor-prefixes": false, + "duplicate-background-images": false, + "import": false, + "important": false, + "outline-none": false, + "overqualified-elements": false, + "text-indent": false +} |