grid-row: 1 / 3
See original GitHub issue@evgeny-petukhov right we support grid-row: 1 / span 3
. But can we support grid-row: 1 / 3
?
Here is a origin Twitter thread from @bootsified and @adrifolio https://twitter.com/bootsified/status/991437060186652672
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
grid-row - CSS: Cascading Style Sheets - MDN Web Docs
The grid-row CSS shorthand property specifies a grid item's size and location within a grid row by contributing a line, ... grid-row: 1...
Read more >CSS grid-row property - W3Schools
The grid-row property specifies a grid item's size and location in a grid layout, and is a shorthand property for the following properties::....
Read more >grid-row - CSS Reference
Shorthand property for grid-row-start and grid-row-end . default grid-row: auto auto;. The grid item's row start and end are automatically set.
Read more >grid-row - CSS-Tricks
The grid-row CSS property is a shorthand that specifies the row grid lines where a grid item starts and ends in a grid...
Read more >How to use row span in a css grid - Stack Overflow
As said in the comment, you dont span 2 rows, you span 2 columns. ... <div id="wrapper"> <div class="block" style="grid-column: 1/3;"></div> ...
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 Free
Top 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
grid-column
andgrid-row
work the same. But we really missed test case withgrid-row
, I’ll add it this week. Also, I’ll add tests withgrid-(row|column): 1 / 1
.It’s very good.
Note: @Dan503 Be careful with https://autoprefixer.github.com. It’s is not official and don’t have auto-updates of autoprefixer and postcss versions. For example, you tested the example in version 9.0.0, but actual version is 9.4.1
It’s better to use smth that works in runtime (e.g. runkit.com). See: https://runkit.com/alanev/5aead1d913bf340012f05d55