Skip to content

Commit

Permalink
revert unintentional formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Apr 12, 2019
1 parent 2a5e98b commit e2f745a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 1 addition & 3 deletions packages/block-library/src/column/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ const ColumnEdit = ( { attributes, updateAlignment } ) => {
value={ verticalAlignment }
/>
</BlockControls>
<InnerBlocks
templateLock={ false }
/>
<InnerBlocks templateLock={ false } />
</div>
);
};
Expand Down
8 changes: 7 additions & 1 deletion packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,13 @@
background-size: 100px 100%;
// Disable reason: This function call looks nicer when each argument is on its own line.
/* stylelint-disable */
background-image: linear-gradient(-45deg, theme(primary) 28%, color(theme(primary) shade(30%)) 28%, color(theme(primary) shade(30%)) 72%, theme(primary) 72%);
background-image: linear-gradient(
-45deg,
theme(primary) 28%,
color(theme(primary) shade(30%)) 28%,
color(theme(primary) shade(30%)) 72%,
theme(primary) 72%
);
/* stylelint-enable */
border-color: color(theme(primary) shade(50%));
}
Expand Down

0 comments on commit e2f745a

Please sign in to comment.