This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17671 - Add example showing one var filling in multiple args of a function
Summary: Add example showing one var filling in multiple args of a function
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: Variables (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Tab Atkins Jr.
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-02 18:17 UTC by Tab Atkins Jr.
Modified: 2012-07-16 18:42 UTC (History)
1 user (show)

See Also:


Attachments

Description Tab Atkins Jr. 2012-07-02 18:17:51 UTC
Like:

:root {
  $rgb: 10,200,200;
}
foo {
  background-color: rgba($rgb, .2);
}