TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

FireSass - Bridging the Gap Between Sass and Firebug

42 pointsby chriseppsteinabout 15 years ago

3 comments

qeorgeabout 15 years ago
For those who may not know (I didn't), Sass is a meta-language for CSS, which adds variables and some syntactic sugar. It stands for "Syntactically Awesome StyleSheets."<p><a href="http://sass-lang.com/" rel="nofollow">http://sass-lang.com/</a><p><a href="http://en.wikipedia.org/wiki/Sass_%28stylesheet_language%29" rel="nofollow">http://en.wikipedia.org/wiki/Sass_%28stylesheet_language%29</a>
mtarnovanabout 15 years ago
Very, very useful. I got used to having 10+ sass partials and it's becoming an inconvenience to track specific declarations in firebug. (Here's an interestin post about how to structure a sass project <a href="http://wiseheartdesign.com/articles/2010/01/22/structuring-a-sass-project/" rel="nofollow">http://wiseheartdesign.com/articles/2010/01/22/structuring-a...</a>)
iamcalledrobabout 15 years ago
It'd be fantastic if there was a way to integrate firebug with the actual .sass/.css files, so I can make my adjustments, see them instantly, and press save if I like them.<p>It would stop me having to context-switch between my browser with firebug, and TextMate.<p>I can't imagine it being terribly difficult to do this, but what do I know?
评论 #1211409 未加载