TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

SassMe: Visualize SASS color functions in real-time without compiling

26 点作者 hieronymusN超过 12 年前

8 条评论

brandoncapecci超过 12 年前
Can someone who advocates utilizing these color functions have any intuitive use cases for them? As a less user who tends to forget their existence, this demo has really only reaffirmed my original belief that statements are far more longwinded than necessary and tools like this must be employed to predict output. Nothing against the tool, it does exactly what it's supposed to, I'm just trying to learn a reason to use it...
评论 #4540137 未加载
评论 #4539970 未加载
Carioca超过 12 年前
Is this really how SASS deals with colour? I tried inputting #DEADBE (a slightly violet shade of pink). Here are the results:<p>1. darken 10: #c09f62 (light brown)<p>2. saturate 57 (max): #ffd68a, a light, slightly golden yellow<p>3. adjust_hue 302: #deabbb, virtually the same color.
评论 #4539777 未加载
评论 #4539760 未加载
hieronymusN超过 12 年前
For some extra reference:<p><a href="http://lab.arc90.com/2012/09/18/sassme" rel="nofollow">http://lab.arc90.com/2012/09/18/sassme</a><p><a href="http://blog.arc90.com/2012/09/18/announcing-sassme" rel="nofollow">http://blog.arc90.com/2012/09/18/announcing-sassme</a>
tomjakubowski超过 12 年前
Very cool! This makes me think that an editor plugin for visualizing these functions would be very nice. Something like what dabblet.com does for colors (display a 'tooltip' previewing the color next to its definition), but which recognizes the SASS color functions.
Watts超过 12 年前
This is insanely handy - thanks!
mnicole超过 12 年前
This is excellent, thank you!
randomguy7788超过 12 年前
a bit buggy on the key listeners, very evident they are listening to a key up event and replacing the text value so i cant use the left and right arrow keys &#60;- -&#62; to move on the text field
tharris0101超过 12 年前
This is great. I can see myself using this daily