Change color 'BLUE' to 'blue'

Upstream lessc only knows lowercase color names, we should stick to
that.
This commit is contained in:
Sascha Peilicke 2013-12-19 15:16:27 +01:00
parent 3a31d25c07
commit b82a93e5ab
1 changed files with 1 additions and 1 deletions

View File

@ -169,5 +169,5 @@
*/
.names {
color: red;
color: darken(BLUE, 10%);
color: darken(blue, 10%);
}