We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this a feature request or a bug report? Bug Report
What is the current behavior? lost-masonry-column does not support a unitless zero gutter
lost-masonry-column
If it's a bug please provide the steps to reproduce it and maybe some code samples.
.div { lost-masonry-column: 60px; lost-masonry-column-gutter: 0; }
Error: TypeError: Cannot read property 'join' of null
TypeError: Cannot read property 'join' of null
What is the desired behavior? Supporting unitless zero gutters.
What version of LostGrid, browser and browser version are affected by this issue? Did this happen in previous versions? 8.0.0
Anything else? Failing tests: https://travis-ci.org/peterramsing/lost/jobs/249156939
The text was updated successfully, but these errors were encountered:
Fixes #383 where unitless zero gutters would break
53062ca
peterramsing
No branches or pull requests
Is this a feature request or a bug report?
Bug Report
What is the current behavior?
lost-masonry-column
does not support a unitless zero gutterIf it's a bug please provide the steps to reproduce it and maybe some code samples.
Error:
TypeError: Cannot read property 'join' of null
What is the desired behavior?
Supporting unitless zero gutters.
What version of LostGrid, browser and browser version are affected by this issue? Did this happen in previous versions?
8.0.0
Anything else?
Failing tests: https://travis-ci.org/peterramsing/lost/jobs/249156939
The text was updated successfully, but these errors were encountered: