Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Typography mixins #14

Open
wjdp opened this issue Jan 25, 2015 · 1 comment
Open

Typography mixins #14

wjdp opened this issue Jan 25, 2015 · 1 comment
Labels

Comments

@wjdp
Copy link
Member

wjdp commented Jan 25, 2015

Construct a set of typographic mixins and utilities to align with best practice esp. with regard to spacing/baselines.

@wjdp wjdp added the feature label Jan 25, 2015
@wjdp
Copy link
Member Author

wjdp commented Jan 25, 2015

Found this on a list apart:

@mixin truncate($truncation-boundary){
    max-width:$truncation-boundary;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

wjdp added a commit that referenced this issue Jun 11, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant