Closed gMan1990 closed 5 years ago
https://github.com/necolas/normalize.css/blob/fc091cce1534909334c1911709a39c22d406977b/normalize.css#L55
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }
Are you really sure? Which browser? HR is invisible when you set border-width: 0; Or, of course, if the border color is the same as the background.
border-width: 0;
https://github.com/necolas/normalize.css/blob/fc091cce1534909334c1911709a39c22d406977b/normalize.css#L55