Skip to content

Commit

Permalink
fix(thing): core change
Browse files Browse the repository at this point in the history
  • Loading branch information
redallen committed Feb 7, 2019
1 parent 6c9bd54 commit 294abf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/patternfly-4/react-core/src/styles/gutters.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ export const GutterSize = {
export function getGutterModifier(styleObj, size, defaultValue) {
return getModifier(styleObj, `gutter-${size}`, defaultValue);
}

// core change

0 comments on commit 294abf6

Please sign in to comment.