Skip to content

Commit 2d3391f

Browse files
author
Cory Simmons
committed
Add comma to var list for masonry columns
1 parent b6f5e61 commit 2d3391f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lost.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ module.exports = postcss.plugin('lost', function lost(settings) {
14391439
css.eachDecl('lost-masonry-column', function (decl) {
14401440
var declArr = [],
14411441
lostMasonryColumn,
1442-
lostMasonryColumnFlexbox = settings.flexbox
1442+
lostMasonryColumnFlexbox = settings.flexbox,
14431443
lostMasonryColumnGutter = settings.gutter,
14441444
lostMasonryColumnGutterUnit;
14451445

0 commit comments

Comments
 (0)