thomaspark / gridgarden

A game for learning CSS grid layout 🥕
https://cssgridgarden.com
MIT License
3.21k stars 305 forks source link

any random value for grid-column-end fills row #138

Closed Hyperx837 closed 3 years ago

Hyperx837 commented 3 years ago

I passed level 8 by passing value "a" to property grid-column-end passes the level. what it does is fills a row. I guess it works in casual CSS but no one does that. I tried a few different characters and words those works too. please fix this issue

thomaspark commented 3 years ago

This is the expected behavior when an invalid keyword is used. Please also see #24, #86, #128.