Skip to content

Commit

Permalink
fix: 使用@use替代废弃的@import语法
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Dec 12, 2024
1 parent 8974bed commit 9d8debe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/help/src/style/common.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'bootstrap'
@use 'bootstrap'

/*** common.sass ***/
/* 右侧 */
Expand Down

0 comments on commit 9d8debe

Please sign in to comment.