DEV Community

Discussion on: The CSS Calc Function

Collapse
 
katzy687 profile image
Natti Katz

I recently used calc for the first time to dynamically calculate row heights in css grid.

It was actually my first time incorporating css grid, css variables, and the calc function, and it just came to me naturally as a solution. I stepped back and was like omg!

Collapse
 
sarah_chima profile image
Sarah Chima

That's amazing. Thanks for sharing.