Skip to content

Commit

Permalink
Update minor things
Browse files Browse the repository at this point in the history
- fix spelling mistake in comment
  • Loading branch information
elad2412 committed Jun 14, 2023
1 parent 648041a commit 5317d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/*
Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
- The "symbol *" part is to solve Firefox SVG sprite bug
- The "html" attribute is exluded, because otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
- The "html" attribute is excluded, because otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
*/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
all: unset;
Expand Down

0 comments on commit 5317d76

Please sign in to comment.