col-span-* classes generate unclear css declarations #14828
-
As summarised in the title, col-span-* seem to be generating css declarations that don't seem to be making sense. Please correct me if I have understood it wrong. For example,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It is correct CSS. I believe it is so that you can combine the
|
Beta Was this translation helpful? Give feedback.
It is correct CSS. I believe it is so that you can combine the
col-span-*
values withcol-start-*
orcol-end-*
:col-span-2
span 2 / span 2
col-span-2 col-start-1
1 / span 2
col-span-2 col-end-1
span 2 / 1