Skip to content

Commit

Permalink
Fix max-width on lost-center
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Simmons committed Apr 20, 2015
1 parent d1d635e commit ea425ca
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 @@ -263,7 +263,7 @@ module.exports = postcss.plugin('lost', function lost(settings) {
}

decl.cloneBefore({
prop: 'width',
prop: 'max-width',
value: declArr[0]
});

Expand Down

0 comments on commit ea425ca

Please sign in to comment.