Closed greengiraffe closed 7 years ago
In base.css it says:
base.css
Prevent margin and border from affecting element width.
This is wrong. It should say:
Prevent padding and border from affecting element width.
Ref: https://developer.mozilla.org/en/docs/Web/CSS/box-sizing
Furthermore I'd prefer a non-minified link to the CSS-Tricks page, but that's just my two cents. ;)
Good catch, I'll update that comment. And the short URL keeps the text within 80 characters which is picked up by Stylelint.
Fixed in latest release
In
base.css
it says:This is wrong. It should say:
Ref: https://developer.mozilla.org/en/docs/Web/CSS/box-sizing
Furthermore I'd prefer a non-minified link to the CSS-Tricks page, but that's just my two cents. ;)