A
A
Andrey2017-08-01 18:43:45
Microsoft Edge
Andrey, 2017-08-01 18:43:45

CSS Grid: repeat() in Microsoft Edge perhaps?

There is a grid, initially everything was tested in chrome / mozilla.

height: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(24, 1fr);
    -ms-grid-columns: repeat(24, 1fr);
    grid-template-rows: 50px repeat(4, 1fr) 50px;
    -ms-grid-rows: 50px repeat(4, 1fr) 50px;

Part of the code, or rather not defined in MS Edge. There is simply no such definition. How to be? Writing 1fr 24 times is not very convenient :)
repeat(24, 1fr)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Negwereth, 2017-08-01
@andrey_koyta

https://docs.microsoft.com/en-us/microsoft-edge/de...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question