LESS is more
What about this awesome tool that allows you to write much more simple and powerful CSS for your websites?
It’s called LESS and it basically introduces things (that in my opinion have been missing in CSS for ages) like variables, nested declarations, and operations on values.
Worth checking out: http://lesscss.org/index.html
Related:
- LESS is more What about this awesome tool that allows you to write...
- Django template filter: Show list of objects as table with fixed number of columns I recently ran into the following problem: I needed to...
Categorised as: computers, design, software development, tips