[Pkg-javascript-commits] [less.js] 68/88: Add test case were luminance is not equal to luma.
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:22:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v1.7.0
in repository less.js.
commit 86fee0d1855572bf0706dba22e3c6e7b9712de58
Author: Roel van Duijnhoven <roel.duijnhoven at gmail.com>
Date: Fri Feb 21 08:51:19 2014 +0100
Add test case were luminance is not equal to luma.
---
test/css/functions.css | 1 +
test/less/functions.less | 1 +
2 files changed, 2 insertions(+)
diff --git a/test/css/functions.css b/test/css/functions.css
index 923b8f2..66ed066 100644
--- a/test/css/functions.css
+++ b/test/css/functions.css
@@ -24,6 +24,7 @@
luma-blue: 7%;
luma-yellow: 93%;
luma-cyan: 79%;
+ luma-differs-from-luminance: 24%;
luma-white-alpha: 50%;
contrast-filter: contrast(30%);
saturate-filter: saturate(5%);
diff --git a/test/less/functions.less b/test/less/functions.less
index 87686be..088f9e3 100644
--- a/test/less/functions.less
+++ b/test/less/functions.less
@@ -28,6 +28,7 @@
luma-blue: luma(#0000ff);
luma-yellow: luma(#ffff00);
luma-cyan: luma(#00ffff);
+ luma-differs-from-luminance: luma(#ff3600);
luma-white-alpha: luma(rgba(255,255,255,0.5));
contrast-filter: contrast(30%);
saturate-filter: saturate(5%);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list