]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: add box-sizing: false to .csslintrc
authorAlexander Schmitz <arschmitz@gmail.com>
Sat, 8 Nov 2014 04:32:35 +0000 (23:32 -0500)
committerAlexander Schmitz <arschmitz@gmail.com>
Wed, 7 Oct 2015 14:47:43 +0000 (10:47 -0400)
We can use this now that we dont support IE < 8

.csslintrc

index 5d9db072cc4977bbd154541522bc88dd144ac383..2138bd5802e8c931937156db8fe90ed7adb3a7f2 100644 (file)
@@ -1,11 +1,13 @@
 {
        "adjoining-classes": false,
        "box-model": false,
+       "box-sizing": false,
        "compatible-vendor-prefixes": false,
        "duplicate-background-images": false,
        "import": false,
        "important": false,
        "outline-none": false,
        "overqualified-elements": false,
-       "text-indent": false
+       "text-indent": false,
+       "box-sizing": false
 }