是否有基于 .NET 的 CSS 抽象库?

发布于 2024-07-21 13:18:19 字数 1542 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

不必了 2024-07-28 13:18:19

Less CSS for .NET 最近发布。

http://www.dotlesscss.org/

Less CSS for .NET was recently released.

http://www.dotlesscss.org/

终止放荡 2024-07-28 13:18:19

我不确定是否有任何公开可用的产品,但我已经为 .css 文件编写过几次 ASP.NET HttpHandler。 这是一个非常简单的任务,我通常会添加变量和基本表达式支持、实时缩小、注释剥离等内容。这是您想要的吗? 如果是这样,我认为每次编写、调试和实现处理程序可能最多需要 10 个小时的工作时间……考虑到所有的好处,这还算不错。

I am not sure about any publicly available products, but I have written an ASP.NET HttpHandler for .css files a few times. Its a pretty simple task, and I usually add things like variable and basic expression support, realtime minification, comment stripping, etc. Is this what your looking for? If so, I think each time its taken maybe 10 hours of work max to write, debug, and implement the handler...not too bad given all the benefits.

◇流星雨 2024-07-28 13:18:19

您还可以使用 Visual Studio SDK 中的 DSL 工具包或 Oslo 来编写自己的 DSL。 在前一种情况下,结果可能是 .css 文件以及您需要的任何其他文件,包括供您的 ASP.NET 应用程序调用的 API 代码。

You could also write your own DSL, using either the DSL Toolkit that's part of the Visual Studio SDK, or using Oslo. In the former case, the result could be .css files plus whatever else you needed, including API code for your ASP.NET application to call upon.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文