Changes between Initial Version and Version 1 of Ticket #55966, comment 3
- Timestamp:
- 07/27/2022 06:22:18 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55966, comment 3
initial v1 3 3 I'm wondering if we could fix an issue with `var()` while we're at it. Currently we don't support adding fallback values to variables, such as `var(--my-var, 10px)`, because we're only allowing alphanumeric characters, dash and underscore as contents for `var`. It would be good to allow at least commas and brackets (because a fallback value can be another variable). 4 4 5 Would this be doable as part of this ticket? 5 Would this be doable as part of this ticket? Happy to open a new one if you'd rather not.