少css ubuntu(和编译自动)? [英] less css for ubuntu (and compilation automatically)?

查看:142
本文介绍了少css ubuntu(和编译自动)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试过简单,但现在不支持linux。我试过葡萄酒,后来另一个选择。我不想输入:lessc file.less> file.less每次我修改一个文件。

I tried simpless, but is not supported now for linux. I tried with wine, and later another alternatives. I don't want to type: lessc file.less > file.less each time I modify a file.

对于较少的CSS,任何好的编译器,自动适应,

Any good compiler, confortable, automatically, for less CSS?

什么是linux工具功能作为WinLESS,即,当它们改变时编译较少的文件,考虑哪些较少的文件包括哪些?

What is the linux tool that has same functionality as WinLESS i.e. that compiles less files whenever they change taking into account which less files include which?

推荐答案

对于Ubuntu,首先安装 nodejs npm ,然后参见例如这些说明用于使用Node将LESS编译为CSS。你应该使用

For Ubuntu, start by installing nodejs and npm, then see e.g. these instructions for compiling LESS to CSS with Node. You should get it going with something like

npm install -g less
lessc mystyle.less

这篇关于少css ubuntu(和编译自动)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆