Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我能否让 DotLess 解析我的所有 CSS 文件(可能包含也可能不包含 LESS 代码),而不必在我的项目中包含 .less 文件?我正在使用 DotNetNuke,并且很想开始将 LESS 代码添加到我现有的 CSS 文件中。
从未尝试过,但我想您可以更改 HTTP 处理程序中的类型片段。
而不是 path=" .LESS" 将其更改为 path=" .CSS"
不确定这是否会起作用或破坏某些东西,但看看它是否会很有趣。