Re: [csswg-drafts] [css-properties-values-api] Shorthand for custom property declaration (#7523)

I did not know that such a syntax is acceptable.
 I just checked, it is also permissible to use commas in variables.
I also like to use the word @property. But I want to offer a syntax so that at the moment it is simple, and in the future the syntax has the opportunity to expand the funzkional.
If my short synstaxis is a failure, I would gladly agree to your offer.
 But I ask you for help, and help you come up with an indication of the type in a simple syntax for specifying values.
 
```CSS
 div.breadcrambs{
 --foo: brown ;
 --bar: red ;
}
```
Help you create idea out how to insert typing into this format.

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


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

Received on Tuesday, 2 August 2022 21:40:26 UTC