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

Improving LESS Error Messages #3

Open
scottrippey opened this issue Jan 7, 2013 · 1 comment
Open

Improving LESS Error Messages #3

scottrippey opened this issue Jan 7, 2013 · 1 comment

Comments

@scottrippey
Copy link
Collaborator

When typing LESS code, the CSS is instantly compiled. However, this means that we show error messages way too often.

I'd like to suggest the following logic:

  • When the LESS has an error, we show the error message in a different label, and keep the compiled CSS output on the screen.

Additionally, we might consider "throttling" the error message updates, because it might be too distracting to keep "flashing" error messages.

Also, perhaps we could set a slight opacity on the CSS, to indicate that it's invalid.

@bfricka
Copy link
Owner

bfricka commented Jan 9, 2013

Good ideas. I agree the flashing isn't good UI. I'll play around with these suggestions when I get a moment. Feel free to do this same.

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