Re: [csswg-drafts] [css-values] Math Constant phi for Golden Ratio (#4702)

Or even

~~~~ css
@property --φ {
  syntax: "<number>";
  initial: calc(sqrt(5)+1)/2);
  inherits: true;
}

foo {bar: 2--φ;}
~~~~

😁 

-- 
GitHub Notification of comment by LeaVerou
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4702#issuecomment-1460712709 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 8 March 2023 19:06:33 UTC