Implement tint and shade functions

This commit is contained in:
Synchro
2012-09-12 18:49:21 +02:00
committed by Luke Page
parent 8019439eb4
commit f8bee84fdf
3 changed files with 18 additions and 0 deletions

View File

@@ -54,6 +54,12 @@
roundedpx-three: 3.333px;
percentage: 20%;
color: #ff0011;
tint: #898989;
tint-full: #ffffff;
tint-percent: #898989;
shade: #686868;
shade-full: #000000;
shade-percent: #686868;
mix: #ff3300;
mix-0: #ffff00;
mix-100: #ff0000;