But something like this would be potentially possible: ``` .grid-item-1 { grid-column: 1 / span 1; } .grid-item-1 || .grid-item-2 { grid-column: 5 / span 1; } ``` In theory, this could be resolved by restricting the subset of CSS properties that can be applied to this selector, but this would probably mean too much complexity for both spec and implementation... -- GitHub Notification of comment by SelenIT Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3471#issuecomment-450433349 using your GitHub accountReceived on Friday, 28 December 2018 21:54:23 UTC
This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:41:41 UTC