CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.76k stars 483 forks source link

Warning of "broken box size", but box-sizing is setup to "border-box" #681

Closed pepe2016 closed 7 years ago

pepe2016 commented 7 years ago

I think this warning does not make sense: "Beware of broken box size. Using width with padding can sometimes make elements larger than you expect (box-model)"

I am just saying this because I am using> box-sizing: border-box

Thanks