csstools / sanitize.css

A best-practices CSS foundation
https://csstools.github.io/sanitize.css
Creative Commons Zero v1.0 Universal
5.21k stars 314 forks source link

Pedantic colon placement #210

Closed mashdot closed 3 years ago

mashdot commented 3 years ago

Just spotted

-webkit-tap-highlight-color: transparent /* 4 */;

should be

-webkit-tap-highlight-color: transparent; /* 4 */

jonathantneal commented 3 years ago

Fixed! Thanks for spotting this, @mashdot!