mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: add box-sizing: false to .csslintrc
We can use this now that we dont support IE < 8
This commit is contained in:
parent
7f3bb4dc4f
commit
6e70f94aa0
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user