Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How often does everyone change CSS, and how complicated is your resulting product?

Because on our product, we tend to redesign the look and feel every couple years, and try to keep things simple. So just writing raw CSS is really not that painful.

I can see the use of tools like this if you are a design firm that churns out prototypes on a regular basis. But for a stable company with a product that has been around for years... CSS authoring just isn't a pain point.



I don't think it's as much about authoring CSS faster - if your goal is to output a large amount of CSS you can just use a precompiler like SASS to amplify a shorthand into thousands and thousands of lines in a few seconds. We've got that covered.

What Descartes seems to be doing rather is allow you to build modular elements which don't require all that CSS to be output in the first place, while at the same time ALSO writing the styles that CSS can't reach, all in one spot.

My take is that if it can be written in CSS alone, that's best.

Descartes and other plugins are here to help you write the styles you _cant_ write with CSS alone.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: