Skip to content

[css-grid] grid-[column/row]: span X; can be translated safely #1065

@Dan503

Description

@Dan503

input

.grid-cell {
  grid-column: span 6;
}

expected output

.grid-cell {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

current output: (and it warns you not to use this syntax)

.grid-cell {
  grid-column: span 6;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions