[Bug 17671] New: Add example showing one var filling in multiple args of a function

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