jensimmons / cssremedy

Start your project with a remedy for the technical debt of CSS.
Mozilla Public License 2.0
2.19k stars 112 forks source link

Clarify the role of warned vertical-align #83

Closed thien-do closed 3 years ago

thien-do commented 3 years ago

The vertical-align for replaced elements is incorrectly warned by some editors built-in linting (afaik VSCode), saying it's useless when using with block display. However, this is completely expected: https://github.com/jensimmons/cssremedy/issues/14

I just think that the comment is a little bit confusing at first. Mentioning the property name would help!