• Working only a few days with your plugin. Great stuff!

    An inconvenient parsing error occurred. It took me 2 hours to find out what the root of the problem was.

    The code “grid-column: 1/2;” in SCSS is parsed as “grid-column: 0.5;”.

    And the same for grid-row.

    The work around is to use grid-column-start, grid-column-end, grid-row-start and grid-row-end. But I prefer to use the shorthand.

    Thank, all best, Jaap

  • The topic ‘“grid-column: 1/2;” parsed as “grid-column: 0.5;”’ is closed to new replies.