An interesting
tool for you to look at it LESSCSS that simplifies the work you need to do with
styling and introduces some useful functionalities when developing a web
application. CSS has some designs that makes it a little difficult at times to
work with and LESSCSS helps you make more readable code. It is not really a
client-side framework but it can contain valuable additions to your project and
make life a little easier for you if you are working actively with CSS.
As an
interesting example LESSCSS adds functions and operators that can be used to
create styles like this mix example where a color is defined by mixing two
colors.
mix(@color1, @color2); // return a mix of @color1 and @color2
I thought the method introduced here was quite interesting and will probably use it for my next php project: http://net.tutsplus.com/tutorials/php/supercharge-your-css-with-php-under-the-hood/ .
ReplyDelete