css-doodle/css-doodle.github.io

hey,I found a small error in the official website.

Kelier opened this issue ยท 1 comments

<css-doodle grid="5">
    :doodle {
        grid-gap: 1px;
        width: 8em; height; 8em;   //  take care of it.๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ฌ  [height: 8em] not [ height; 8em]
    }
    background: #60569e;
</css-doodle>

Fixed. Thanks!