热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

有没有办法在Firebug中显示LESSCSS代码(.less)?-IsthereawayofshowingLESSCSScode(.less)inFirebug?

IvebeenusingLESSCSSandIfinditgreat.Theonlydrawbackisthatthecodeisnotshownonfir

I've been using LESS CSS and I find it great. The only drawback is that the code is not shown on firebug's inspector.

我一直在使用LESS CSS,我发现它很棒。唯一的缺点是代码没有显示在firebug的检查员身上。

IS there a way of dealing with this problem?

有没有办法解决这个问题?

4 个解决方案

#1


7  

LESS generates a element after the CSS transformation occurs, so you're able to check elements attributes at firebug.

在CSS转换发生后,LESS会生成一个元素,因此您可以在firebug中检查元素属性。

#2


3  

Nope. Here's a pretty up-to-date list of Firebug plugins.

不。这是一个非常新的Firebug插件列表。

You can always write one? :)

你总能写一个? :)

#3


1  

Yes!
Just click on the CSS tab (inside firebug) and select the inline stylesheet to see the CSS LESS CSS generated.
It is not visible in inspector tab, but in CSS tab which is better because it is optimized to inspect CSS.

是!只需单击CSS选项卡(在firebug内)并选择内联样式表即可查看生成的CSS LESS CSS。它在检查器选项卡中不可见,但在CSS选项卡中更好,因为它已经过优化以检查CSS。

#4


1  

Not for less, however, there is one for SASS (another css compiler) called firesass which does exactly what you'd expect.

然而,并非如此,有一个名为firesass的SASS(另一个css编译器),它完全符合您的期望。

See this blogpost for more info.

有关详细信息,请参阅此博文。


推荐阅读
author-avatar
李2502933835
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有