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

LESS variables should follow specificity principle #98

Open
anselmbradford opened this issue May 2, 2014 · 0 comments
Open

LESS variables should follow specificity principle #98

anselmbradford opened this issue May 2, 2014 · 0 comments

Comments

@anselmbradford
Copy link
Member

Make LESS variables go from generic to specific, so instead of @large-font have @font-large. Instead @Gray-Color have @color-gray. So "color" is generic and "gray" is specific. This allows adding of more specificity later on, like @color-gray-light-alpha50. Then with autocomplete you can walk down the line of generic to specific when typing out these variables in sublime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants