error with grid-template-columns
-
Hi! I’m having the same issue
https://ww.wp.xz.cn/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)
The topic ‘error with grid-template-columns’ is closed to new replies.