suitcss / base

CSS base styles for web apps (a thin layer on top of normalize.css)
http://suitcss.github.io/base/test/
MIT License
194 stars 24 forks source link

Wrong comment on box-sizing: border-box #33

Closed greengiraffe closed 7 years ago

greengiraffe commented 8 years ago

In base.css it says:

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. ;)

simonsmith commented 8 years ago

Good catch, I'll update that comment. And the short URL keeps the text within 80 characters which is picked up by Stylelint.

simonsmith commented 7 years ago

Fixed in latest release