- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 Feb 2021 15:15:20 +0000
- To: public-css-archive@w3.org
This is a particular instance of the general issue that stylesheet authors want to have: ```css some-selector { if (condition1) { property1: value1; property2: value 2; else if (condition2) { property1: value3; property2: value4; property3: value5 } } ``` _This is not a syntax proposal_. I'm saying that people need to assign **atomic groups of property-value pairs** conditionally (in this case, the condition is which font is actually used). -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/126#issuecomment-773383891 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 4 February 2021 15:15:22 UTC