Skip to content

Commit

Permalink
fix: modify font import
Browse files Browse the repository at this point in the history
  • Loading branch information
irisSong committed Nov 26, 2024
1 parent 5114094 commit 2bd65c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/nutui-taro-demo/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ const config = {
'@/sites': path.resolve(__dirname, '../../../src/sites'),
'@/locales': path.resolve(__dirname, '../../../src/locales'),
'@/utils': path.resolve(__dirname, '../../../src/utils'),
'@/styles': path.resolve(__dirname, '../../../src/styles'),
'@nutui/nutui-react-taro': path.resolve(
__dirname,
'../../../src/packages/nutui.react.taro.ts'
Expand Down
1 change: 0 additions & 1 deletion src/packages/rate/rate.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import '@/styles/mixins/font.scss';
.nut-rate {
display: flex;
touch-action: pan-x;
Expand Down
1 change: 1 addition & 0 deletions src/styles/mixins/index.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@import 'make-animation.scss';
@import 'text-ellipsis.scss';
@import 'font.scss';

0 comments on commit 2bd65c7

Please sign in to comment.