RamseyInHouse/scut

feature for currencies and other text adaptations

Opened this issue · 2 comments

I was thinking it might be easy for pretty common/recurring text problems to add a new utility module in typography. Example:

/* for currencies ex. euro */
&:before {
    content: $scut-eur; /* add to typography/_characters.scss */
}

/* required input */
&:after {
    content: '*';
}

Although, it might go too far since it's adapting content instead of style, thoughts?

If you want to make a PR to add currencies to scut-characters that would be cool.

The other thing, asterisk after, I think it is a little too context-specific for a general utility.

This was resolved by #199