Skip to content

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

Let's use hyphens everywhere!

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;
    }
}

Reviews

No reviews yet.