question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

@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:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
yepninjacommented, May 2, 2018

grid-column and grid-row work the same. But we really missed test case with grid-row, I’ll add it this week. Also, I’ll add tests with grid-(row|column): 1 / 1.

0reactions
yepninjacommented, May 3, 2018

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 image

It’s better to use smth that works in runtime (e.g. runkit.com). See: https://runkit.com/alanev/5aead1d913bf340012f05d55

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found