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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Rucksack – CSS superpowers, built on PostCSS

27 点作者 seaneking将近 10 年前

4 条评论

pknight将近 10 年前
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 未加载
timdorr将近 10 年前
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 未加载
kentor将近 10 年前
hopefully some of these gets incorporated into the real specs?
danvesma将近 10 年前
a very tidy set of tools :)