Skip to content

Commit

Permalink
Remove vendor-prefixed hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Feb 3, 2024
1 parent 5b6b84f commit 79c11f3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions htmd/example_site/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,10 @@ p {
}

body {
-webkit-hyphens: auto;
-epub-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}

code {
-webkit-hyphens: none;
-epub-hyphens: auto;
-moz-hyphens: none;
-ms-hyphens: none;
-o-hyphens: none;
hyphens: none;
}

Expand Down

0 comments on commit 79c11f3

Please sign in to comment.