Open
Description
I was trying to use css grids fr units and they didn't seem to work, gave me a red squiggly
- Found a bug
I don't know if it's a bug or something that's not supported or if I've made a booboo
Details about the bug:
The css I used was
`html, body {
height: 100%;
margin: 0px;
padding: 0;
display: grid;
grid-template-columns: 1fr 1fr ;
grid-gap: 10px;
background-color: #f2f2f2;
`
-
Web browser and version: Version 80.0.3987.163 (Official Build) (64-bit)
-
Operating System: Windows 10 Pro
-
Steps to reproduce this bug:
That css code above.