elad2412 / the-new-css-reset

The New Simple and Lighter CSS Reset
https://elad2412.github.io/the-new-css-reset/
MIT License
2.26k stars 229 forks source link

Fixed a typo in reset.css #69

Closed ifohancroft closed 1 year ago

ifohancroft commented 1 year ago

Fixed a typo in reset css, where during a previous pull request I've added clarification on the exclusion of the html element. However, in that clarification I said the 'html attribute' instead of the 'html element'

graymatter00 commented 1 year ago

If you're fixing typos, perhaps it should read...

The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property

ifohancroft commented 1 year ago

If you're fixing typos, perhaps it should read...

The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property

I just realized what you are talking about. Can't believe I missed it! Thanks!