Skip to content

Commit

Permalink
fix: fix space style
Browse files Browse the repository at this point in the history
  • Loading branch information
taoyage committed Jul 16, 2022
1 parent 56228f8 commit 5bae7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taoyage/react-mobile-ui",
"version": "1.1.0",
"version": "1.1.1",
"description": "A react mobile components lib",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/space/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $class-prefix-space: 'ygm-space';
margin-bottom: var(--gap-vertical);

&:last-child {
margin-bottom: var(--gap-vertical);
margin-bottom: 0;
}
}
}
Expand Down

0 comments on commit 5bae7c4

Please sign in to comment.