`gridTemplate` is not supported?
See original GitHub issueš Bug report
The grid-template
CSS property is not supported as a gridTemplate
prop.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
grid-template-columns is not working - Stack Overflow
But the grid-template-columns property does not work for me, whatever value I put there, the content does not move.
Read more >'grid-template-columns' is not supported by Internet Explorer ...
When using a grid layout with grid-template-columns in a CSS file, the extension suggests to use -ms-grid-columns . When added, the error doesĀ ......
Read more >grid-template-columns - CSS: Cascading Style Sheets | MDN
The grid-template-columns CSS property defines the line names and track sizing functions of the grid columns.
Read more >"grid-template-columns" | Can I use... Support ... - CanIUse
CSS property: grid-template-columns: subgrid ; Chrome. 4 - 107 : Not supported. 108 : Not supported ; Edge *. 12 - 107 :...
Read more >grid-template-columns css not working - WordPress.org
Hi, When I try to put grid related css for example selector { display:grid; gap:30px; grid-template-columns: 1fr 1fr 1fr; } Its not working...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dodas @segunadebayo @with-heart Iāve seen this response to a handful of different āwhere is the X prop?ā questions. Iād encourage you to re-think this policy, itās extremely confusing and frustrating as an end user.
The existing API encourages thinking of props mapping directly to CSS properties, but then it omits props seemingly at random, so you can never know which ones are supported at which arenātā¦
There doesnāt seem to be any reasoning behind which props get supported and which donātā¦
So whenever you try to set one of these props you run into weird errors and have to realize that Chakra doesnāt recognize it. Then you have to use both the existing props that do work and the
cx
prop to achieve what you were doing, which just complicates the libraryās usage even further.Iāve added support for the missing grid props and flex-flow.