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.

Show HN: Rucksack – CSS superpowers, built on PostCSS

27 pointsby seanekingalmost 10 years ago

4 comments

pknightalmost 10 years ago
Looks appealing, but it is very confusing. At least with Sass&#x2F;less etc you can easily distinguish between native css and non-native css constructs such as mixins and extends. But the additions rucksack make are ambiguous. Is it real spec, future spec or something that rucksack developers have added for convenience?<p>I&#x27;d prefer nextCSS with all the spec being based on what is actually going to make in into CSS. Otherwise it&#x27;s the same downsides as preprocessing languages with the added bonus of not being able to easily tell what lines are native to css or not.
评论 #10089260 未加载
评论 #10086339 未加载
timdorralmost 10 years ago
This is neat, but you&#x27;re removing any ability to customize each of the sub-modules you&#x27;re using. Something like how PreCSS does it would be helpful: <a href="https:&#x2F;&#x2F;github.com&#x2F;jonathantneal&#x2F;precss&#x2F;blob&#x2F;master&#x2F;index.js#L49-L64" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jonathantneal&#x2F;precss&#x2F;blob&#x2F;master&#x2F;index.js...</a>
评论 #10089236 未加载
kentoralmost 10 years ago
hopefully some of these gets incorporated into the real specs?
danvesmaalmost 10 years ago
a very tidy set of tools :)