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

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


-- 
GitHub Notification of comment by Crissov
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4702#issuecomment-1459976048 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 10:49:51 UTC