πΊπΈUnited States mscipioni
I was able to work around this by using string interpolation. Something like:
grid-column: ~"3 / 6"; /* Interpret as string */
grid-row: ~"2 / 4"; /* Interpret as string */
Will force LESS to see it as a string.
πΊπΈUnited States mscipioni
πΊπΈUnited States mscipioni
mscipioni β created an issue.