Add bypass for saturate(5%) filter function. Helps issue #1299

This commit is contained in:
Luke Page
2013-04-30 18:58:35 +01:00
parent 446e164444
commit de27a6fd88
3 changed files with 7 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
luma-cyan: luma(#00ffff);
luma-white-alpha: luma(rgba(255,255,255,0.5));
contrast-filter: contrast(30%);
saturate-filter: saturate(5%);
contrast-white: contrast(#fff);
contrast-black: contrast(#000);
contrast-red: contrast(#ff0000);