Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

“grid-column: 1/2;” parsed as “grid-column: 0.5;”

$
0
0

Replies: 0

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


Viewing all articles
Browse latest Browse all 59525

Trending Articles