- From: <bugzilla@jessica.w3.org>
- Date: Mon, 02 Jul 2012 18:17:33 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17671
Summary: Add example showing one var filling in multiple args
of a function
Product: CSS
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Variables
AssignedTo: jackalmage@gmail.com
ReportedBy: jackalmage@gmail.com
QAContact: public-css-bugzilla@w3.org
Like:
:root {
$rgb: 10,200,200;
}
foo {
background-color: rgba($rgb, .2);
}
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Monday, 2 July 2012 18:17:52 UTC