sdras / cssgridgenerator

🧮 Generate basic CSS Grid code to make dynamic layouts!
https://cssgrid-generator.netlify.com/
MIT License
5.02k stars 543 forks source link

Allowing additional units for gaps values #33

Open nhoizey opened 5 years ago

nhoizey commented 5 years ago

Column and row gaps currently only allow for pixel values.

Adding other units (like vw, vh, em and rem at least) would be useful.

sdras commented 5 years ago

Yep totally. 👍 I'll work on this soon.

nhoizey commented 5 years ago

Thanks!