Skip to content
Snippets Groups Projects
Commit c5d2cd13 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Set hyphens to auto on all elements

parent 0da641dd
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,10 @@ body {
}
}
* {
hyphens: auto;
}
/* FROM: https://stackoverflow.com/questions/2610497/change-an-html5-inputs-placeholder-color-with-css */
/* do not group these rules */
*::-webkit-input-placeholder {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment