Skip to content

Commit

Permalink
Add comma to var list for masonry columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Simmons committed Apr 30, 2015
1 parent b6f5e61 commit 2d3391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lost.js
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ module.exports = postcss.plugin('lost', function lost(settings) {
css.eachDecl('lost-masonry-column', function (decl) {
var declArr = [],
lostMasonryColumn,
lostMasonryColumnFlexbox = settings.flexbox
lostMasonryColumnFlexbox = settings.flexbox,
lostMasonryColumnGutter = settings.gutter,
lostMasonryColumnGutterUnit;

Expand Down

0 comments on commit 2d3391f

Please sign in to comment.