V
V
Vadim Belkin2015-09-24 09:57:48
PHP
Vadim Belkin, 2015-09-24 09:57:48

Which css preprocessor to choose for building with php?

You need to build css from the preprocessor using php (without additional nodejs, etc.). I found a stylus assembler for php, but not all stylus features are implemented on it. Which preprocessor is better to choose for this so that the maximum possibilities of the preprocessor are implemented in php? Share links to php preprocessor builders if anyone has one.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
LAV45, 2015-10-02
@LAV45

~$ sudo apt-get install node-less
~$ lessc /path/to/style.less /path/to/style.css -x

I used https://github.com/leafo/lessphp but in principle it cannot process js code in a less file.
Moreover, the author has forgotten a little about his craft.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question