Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to sanitize.css

### 13.0.1 (September 28, 2021)

- Fixed: Prevent zero-width space from consuming space in Safari.

### 13.0.0 (September 14, 2021)

- Added: `:where` too all selectors, reducing specificity to nearly zero.
Expand Down
2 changes: 1 addition & 1 deletion sanitize.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

:where(nav li)::before {
content: "\200B";
float: left;
postion: absolute;
Comment thread
katiehartrick marked this conversation as resolved.
Outdated
}

/**
Expand Down