Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
lost-column calculated incorrectly #443
Comments
|
@0x54321 Was this ever fixed? |
|
@0x54321 sorry it's been a year... twins and new job will do that. -- -- -- |
|
Hey, thanks for following up. (Better late than never!) I ended up solving the problem back then by replacing the |
|
That's a good callout. Glad you got it sorted. My guess is that the prod version is bit more strict and compressed harder. I've had many a "go-live" day slapping me in the face with that realization. Closing as "ok" but I'll do some pondering on it. |
Is this a feature request or a bug report?
bug report
What is the current behavior?
In my Next.js app, the values generated from "lost-column" are not correct in production, though strangely enough, everything is okay in dev environment.
For example, when using
lost-column: 5/12, the values in dev are:But in production it looks like this:
If it's a bug please provide the steps to reproduce it and maybe some code samples.
I don't know what the issue is, so I can't provide a way to reproduce it. Apparently, the website I'm maintaining has had this problem for a long time, and it would be a nightmare to rewrite all the css to fix it.
What version of LostGrid, browser and browser version are affected by this issue? Did this happen in previous versions?
8.3.0.
Anything else?
Thanks for your help!