DEV Community

Discussion on: CSS Grid Introduction

Collapse
 
paulryan7 profile image
Paul Ryan

As a heads up, you should use gap instead of grid-gap. Nice post!

Collapse
 
dailydevtips1 profile image
Chris Bongers • Edited

Ah nice one! yes should probably change those for cleaner code.
Do they also work as: column-gap instead of grid-column-gap?