removed credits from the less file itself, version bump
This commit is contained in:
parent
e25755a759
commit
28dde64521
1 changed files with 3 additions and 9 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue