freeCodeCamp / curriculum

The freeCodeCamp curriculum and lesson editor
Creative Commons Attribution Share Alike 4.0 International
81 stars 124 forks source link

Grid Gap shorthand declaration passes without a space between measurements #229

Closed joshalling closed 6 years ago

joshalling commented 6 years ago

The grid gap shorthand challenge will pass when the measurements are mashed together.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. add the following code in the .container rule
    grid-gap: 10px20px;
  3. Click run and the test passes
raisedadead commented 5 years ago

:tada: This issue has been resolved in version 3.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: