A
A
Aecktann2011-01-06 11:07:31
PHP
Aecktann, 2011-01-06 11:07:31

SCSS to PHP

Hello.

Some time ago, I paid attention to SASS / SCSS ( description on Habré ) from the world of Ruby.

The idea interested me, but due to the fact that Ruby is a hobby language for me, and not the one I work with for the most part, there was a need to have a similar library implemented in PHP (yes, yes :).

A cursory internet search on SASS on PHP turned up nothing.

I would like to know how popular the library will be if I write it.

Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrey, 2011-01-06
@Aecktann

Alternatively, PHamlP .

A
Andrew, 2011-01-06
@Morfi

leafo.net/lessphp/docs/
But I don't think alternatives ever hurt.

K
Konstantin Kitmanov, 2011-01-07
@k12th

You can do it like this:
sass --watch style.scss:style.css
So sass will watch the file and compile it to regular css when it changes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question