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

I made a big mistake, CSS should not turn into a programming language. and also the properties themselves should mean what they say. I.e. I want to say that you can't write TRUE and FALSE to denote inheritance, you have to write the word inheritance and not inheritance. Perhaps this will allow you to mix values without a slash. There are a lot of such properties in other styles. for example, a border or font or background.
```CSS
@--color: 'color' inherit red;
```
or
```CSS
@--color: 'color' red inherit;
```

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


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

Received on Tuesday, 27 February 2024 18:22:26 UTC