We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f5e61 commit 2d3391fCopy full SHA for 2d3391f
lost.js
@@ -1439,7 +1439,7 @@ module.exports = postcss.plugin('lost', function lost(settings) {
1439
css.eachDecl('lost-masonry-column', function (decl) {
1440
var declArr = [],
1441
lostMasonryColumn,
1442
- lostMasonryColumnFlexbox = settings.flexbox
+ lostMasonryColumnFlexbox = settings.flexbox,
1443
lostMasonryColumnGutter = settings.gutter,
1444
lostMasonryColumnGutterUnit;
1445
0 commit comments