Replacement CleverCSS

Hello, I'm learning cleverCSS for use in my python application. I am considering a Python package site, and its latest version is from 2007. I was wondering if anyone continued to work on a similar project? I considered using LESS, but was more inclined towards clever because it was python.

+4
source share
2 answers

If you have no reason to believe that you need to use Python-based, I would recommend that you use the best tool to work. I don’t really like how LESS and SASS use Ruby & mdash, I would prefer Python & mdash, but if that's what they use, then what they use and I'm not going to complain too bitterly. I would use only the worst, such as CleverCSS, in favor of the excellent one if I needed to use it from Python code, and the performance difference was quite significant compared to running the script. And this is a much less common problem.

As for options, I think Stylus is the best available; in different things, this is better than LESS and SASS (not least its transparent functions / mixin calls & mdash, so you can have, for example, a border-radius mix that will accept valid CSS border-radius: 2px; and add to him any prefixes that you feel). And this is written in Javascript, not Ruby, which is positive :-)

+7
source

I reworked it back in 2010 http://jaredforsyth.com/blog/2010/jun/17/clevercss-reloaded/

And then did a complete rewrite of http://jaredforsyth.com/projects/clevercss2/

Both are on github, not shy about fork

0
source

All Articles