Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use LESS with Xul?

Tags:

less

xul

Can I use LESS with Xul? Does anyone already used them together?

like image 301
The Student Avatar asked Dec 10 '10 18:12

The Student


1 Answers

I haven't seen anyone use it, but nothing stops you from trying. LESS is just a preprocessor, which outputs CSS files, so the kind of problems you could expect to find should be with Mozilla-specific CSS constructs, that you might need to use. I bet any such problems would not be very hard to fix.

On the other hand, unless you're working on something as complex as writing a theme from scratch, I wouldn't expect LESS to provide enough benefits to justify the additional development step.

like image 70
Nickolay Avatar answered Sep 26 '22 11:09

Nickolay