Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove letter-spacing from .caps, new classes for letter spacing #212

Open
balcsida opened this issue Aug 7, 2016 · 0 comments
Open

Remove letter-spacing from .caps, new classes for letter spacing #212

balcsida opened this issue Aug 7, 2016 · 0 comments

Comments

@balcsida
Copy link

balcsida commented Aug 7, 2016

I don't feel like using caps really often but I need text-transform:uppercase more often without letter-spacing.
As mentioned in #147 :

Another option is to remove letter spacing from caps and have new classes for letter spacing, which feels more basscss-like - @skattyadz

I think it would be easier to maintain and work with new classes for letter-spacing (of course, with new variables!)

.ls2 { letter-spacing: 0.1125em }
.ls1 { letter-spacing: 0.075em }
.ls-in { letter-spacing: initial }
.lsn1 { letter-spacing: -0.01em }
.lsn2 { letter-spacing: -0.025em }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant