Skip to content

Commit

Permalink
fix: 修复样式引用错误
Browse files Browse the repository at this point in the history
  • Loading branch information
taoyage committed Jul 20, 2022
1 parent c51f53e commit 3a7a125
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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.6",
"version": "1.1.7",
"description": "A react mobile components lib",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 0 additions & 2 deletions packages/button/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '../../styles/variable.scss';

.ygm-button {
--base-button-padding: 7px 12px;
--small-button-padding: 3px 12px;
Expand Down
2 changes: 0 additions & 2 deletions packages/infinite-scroll/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '../../styles/variable.scss';

.ygm-infinite-scroll {
&-load {
display: flex;
Expand Down

0 comments on commit 3a7a125

Please sign in to comment.