error with grid-template-columns
-
Hi! I’m having the same issue
https://www.ads-software.com/support/topic/grid-template-columns-css-not-working/
with a very similar CSS.
selector {
width: 100%;
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 20px;
}I get the same error: “Expected RBRACE at line 4, col 34” (the first “1fr”), but also “gap” appears in red.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.