Skip to content

Commit

Permalink
Remove hardcode debugger style 🚑
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelocaramelo committed May 11, 2020
1 parent 254402b commit c8d6ae3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export default (config) => {
{
"& > *": {
marginRight: suffixToSpaces[suffix],
border: "1px solid red",
},
},
noMarginRightLastChild,
Expand All @@ -55,7 +54,6 @@ export default (config) => {
{
"& > *": {
marginBottom: suffixToSpaces[suffix],
border: "1px solid red",
},
},
noMarginBottomLastChild,
Expand Down

0 comments on commit c8d6ae3

Please sign in to comment.