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

Use CSS value to determine variable candidates #3

Open
ovidiubute opened this issue Aug 22, 2016 · 0 comments
Open

Use CSS value to determine variable candidates #3

ovidiubute opened this issue Aug 22, 2016 · 0 comments

Comments

@ovidiubute
Copy link
Owner

If you have a CSS property color, with the value #fff, then you're probably not interested in a LESS variable called @app-primary-color: #ddd, but the CLI will suggest it, probably high in the results. If there is a LESS variable with color in the name, and #fff as value, that should be the first candidate.

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

1 participant