You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
This is a bit of a weird one. I'm building a CSS grid layout, starting with this bit of LESS:
That code gives a parse error on the
grid-template-columns
property. That parse error disappears if I remove either the grid line names, e.g.:...or if I remove the use of the CSS
minmax()
function, e.g.:Neither option, of course, is quite what I want.
less.js
compiles all three just fine.The text was updated successfully, but these errors were encountered: