πŸ‡ΊπŸ‡ΈUnited States @mscipioni

Account created on 10 June 2016, over 8 years ago
#

Recent comments

πŸ‡ΊπŸ‡Έ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.

Production build 0.71.5 2024