HelfenKannJeder / come2help-web

Web-App: Project for recruiting and coordinating volunteer people.
http://come2.help/
GNU General Public License v3.0
4 stars 4 forks source link

Switch CSS to SASS #5

Closed vzickner closed 9 years ago

vzickner commented 9 years ago

Something like http://lesscss.org/ should be used, instead of plain CSS.

BassT commented 9 years ago

:+1:

jGleitz commented 9 years ago

I'd prefer SCSS for that matter

vzickner commented 9 years ago

What are the benefits of SCSS?

jGleitz commented 9 years ago

Some are described in It's time to switch to SASS. General speaking, I found their way of doing things (functions, mixins, control flow control, $-variables) more intuitive to write. I found myself looking up less when writing SCSS, compared to LESS. But that's personal, of course.

BassT commented 9 years ago

I also heard SASS being superior to LESS.

jGleitz commented 9 years ago

Implemented in #29