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.

CSS Comb

23 pointsby sriharisover 11 years ago

5 comments

Pitarouover 11 years ago
Can anyone explain to me what this does?<p>I gather that it reorders the CSS statements somehow, but I&#x27;m not clear about exactly how it reorders them or why this is important.
评论 #6527300 未加载
评论 #6526831 未加载
评论 #6526833 未加载
评论 #6527070 未加载
iambatemanover 11 years ago
Does this make a difference at all?<p>I&#x27;ve never heard arguments for CSS ordering as a performance issue.<p>It seems like removing CSS that doesn&#x27;t do anything would be time better spent.
评论 #6528005 未加载
warpechover 11 years ago
Another great tool: <a href="http://css-tricks.com/autoprefixer/" rel="nofollow">http:&#x2F;&#x2F;css-tricks.com&#x2F;autoprefixer&#x2F;</a><p>That is a postprocessor not preprocessor, meaning that it works on the actual file (just like CSS Comb)
评论 #6526988 未加载
justifover 11 years ago
Shame it doesn&#x27;t support minimal syntax preprocessors like Stylus still.
sriharisover 11 years ago
It&#x27;s pretty cool that they have plugins for editors and IDEs.