Skip to main content

Do not use width/height px in grid systems

  • September 25, 2025
  • 0 replies
  • 5 views

Joki

If I define  6 grid with margins I want the element in the grid to adhere to the grid and am not interested in widht/heigh in px. For horizontal designs it should be set as start and end (or span). That way the design transfers easily to css-grid without reinterpreting the widths

 

In Layout quide - Columns at the possibilty to replace position/width with grid-start and grid-end or span.