removed credits from the less file itself, version bump

This commit is contained in:
Dmitry Fadeyev 2012-11-24 18:27:26 +00:00
parent e25755a759
commit 28dde64521

View file

@ -1,15 +1,9 @@
/*--------------------------------------------------- /*---------------------------------------------------
LESS Elements 0.6 LESS Elements 0.7
--------------------------------------------------- ---------------------------------------------------
A set of useful LESS mixins by Dmitry Fadeyev A set of useful LESS mixins
Special thanks for mixin suggestions to:
Kris Van Herzeele,
Benoit Adam,
Portenart Emile-Victor,
Ryan Faerman
More info at: http://lesselements.com More info at: http://lesselements.com
-----------------------------------------------------*/ ---------------------------------------------------*/
.gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) { .gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) {
background: @color; background: @color;