Let's use hyphens everywhere!
Hyphens everywhere by freetz13
Details
Authorfreetz13
LicenseNo License
CategoryTypography
Created
Updated
Size408 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hyphens everywhere
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Let's use hyphens everywhere!
@author freetz13
==/UserStyle== */
@-moz-document regexp(".*") {
* {
hyphens: auto;
}
p {
text-align: justify;
}
/* Do not use hyphens on these elements */
code {
hyphens: none;
}
}