python - C55: More Info? -


I have seen PyCon09 main presentation given by reddit people, and in this they refer to a CSS compiler , Which is called the C55. He said that this would soon be open source. It looks good - more information about how anyone works, why did they make it (CSS is a pain), etc ..?

Just by talking, the main advantage of just generating CSS from templates is that it is nesting Allows, which is great for working.

So you can do something like this in C55 (obviously I'm creating syntax):

  div.content {color: $ content_color; .left {float: left; }; .right {float: right; }; };  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -