Y
Hacker News
new
|
ask
|
show
|
jobs
by
yyx
1915 days ago
A good IDE will show a color preview
https://code.visualstudio.com/assets/docs/languages/css/colo...
2 comments
runarberg
1915 days ago
And if you use a CSS pre-processor or—better yet—CSS custom properties you get your descriptive color anyway:
--text-color: cornsilk; --background-color: peru;
link
reaperducer
1915 days ago
Awesome if you're in your office on your usual work computer. Not great if you're in the field trying to make quick fixes on whatever terminal a client provides.
link
endless1234
1915 days ago
In which reality do you need to monkey patch CSS color values on a terminal directly to production? With no possibility of running a IDE?
link
SilverRed
1914 days ago
I doubt many web developers will ever find themselves "on the field" with someone else's computer and no web browser to work with.
link
abustamam
1914 days ago
Is there any tool that you can rely on if you're "in the field" on "whatever terminal a client provides?"
link