Skip to content

Commit a09d75c

Browse files
committed
- fix pre selector overrides the ":where([contenteditable]) selector
1 parent 944c10b commit a09d75c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/reset.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***
2-
The new CSS reset - version 1.8.3 (last updated 21.1.2023)
2+
The new CSS reset - version 1.8.4 (last updated 14.2.2023)
33
GitHub page: https://github.com/elad2412/the-new-css-reset
44
***/
55

@@ -57,7 +57,7 @@ meter {
5757
}
5858

5959
/* preformatted text - use only for this feature */
60-
pre {
60+
:where(pre) {
6161
all: revert;
6262
}
6363

0 commit comments

Comments
 (0)