'Why I keep getting error in CSS Code in visual studio code?
[VS code error1
Guys,
Can anyone advise why I keep seeing those errors in vs code? Where is my mistake?
regards, Emilia
Solution 1:[1]
Try this...
.services .box-container {
display: -ms-grid;
display: grid;
-ms-grid-column: (minmax(32rem, 1fr)) [auto-fit];
grid-column: (minmax(32rem, 1fr)) [auto-fit];
grid-template-columns: repeat(auto-fit, minmax(32rem, ifr));
gap: 1.5rem;
}
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Anas Abdullah Al |
