gpt4 book ai didi

css - 没有 Ruby 的 SASS for .NET 应用程序

转载 作者:太空宇宙 更新时间:2023-11-03 18:18:34 25 4
gpt4 key购买 nike

我最近在 codeschool 上阅读了 SASS(Simply Awesome StyleSheets),但当我实际尝试安装它时,发现我需要安装 RVM(Ruby),因为 SASS 是用 Ruby 编写的。

所以我有两个问题:

  1. 我知道还有其他 CSS 框架,例如 LESS,但它们似乎没有那么强大/受欢迎。这有多真实?如果根本不需要 Ruby,我不介意切换到 LESS。
  2. 是否有适用于 .NET 或 Java 系列语言中的 SASS 的编译器?如果有,它的生产准备情况如何?我不想在调试或进行更改时一直检查生成的 CSS 文件。

最佳答案

1.I understand that there are other CSS frameworks like LESS but they don't seem to be as powerful/popular. How true is this? I wouldn't mind switching to LESS if does not need Ruby

这是我的看法。

LESS 和 SASS 一样是一个 CSS 预处理器,但它是纯 JS 的,因此如果你在 head 中包含 less.js 文件,可以直接被浏览器解析。您还可以离线生成一个 CSS 文件,然后将其发送到生产环境。请注意,您将需要 node.js 才能实际运行 LESS。 LESS 是建立在它之上的。 LESS 即使不比 SASS 更强大,在功能方面也同样强大。继续使用 LESS,您将永远不会错过任何关于 SASS 的东西。

2.Is there a compiler for SASS in .NET or Java family of languages and if there is, how production ready is it? I do not want to keep checking the generated CSS file when debugging or making changes.

实际上有一个 C 版本的 SASS 叫做 libsass。查看其网站 http://libsass.org/.Libsass只是一个图书馆。要在本地运行代码(即编译样式表),您可以使用 SassC https://github.com/hcatlin/sassc ,一个用 C 编写的实现器。

关于css - 没有 Ruby 的 SASS for .NET 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22223696/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com