Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions sanitize.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,11 @@
}

/**
* 1. Correct the inheritance of border color in Firefox.
* 2. Add the correct box sizing in Firefox.
* Add the correct box sizing in Firefox.
*/

:where(hr) {
color: inherit; /* 1 */
height: 0; /* 2 */
height: 0;
}

/**
Expand Down