Skip to content

refactor: migrate from @import to @use for SCSS files in taro-ui#1876

Closed
avotokyo wants to merge 1 commit into
jd-opensource:nextfrom
avotokyo:feat/1871-import-use
Closed

refactor: migrate from @import to @use for SCSS files in taro-ui#1876
avotokyo wants to merge 1 commit into
jd-opensource:nextfrom
avotokyo:feat/1871-import-use

Conversation

@avotokyo

Copy link
Copy Markdown
Member
  • Updated all SCSS files to use the new @use syntax instead of @import for better modularity and performance.
  • Adjusted package.json build script to suppress deprecation warnings related to Sass imports.
  • Ensured consistent usage of variables and mixins across components by utilizing the new syntax.

- Updated all SCSS files to use the new @use syntax instead of @import for better modularity and performance.
- Adjusted package.json build script to suppress deprecation warnings related to Sass imports.
- Ensured consistent usage of variables and mixins across components by utilizing the new syntax.
@avotokyo avotokyo closed this May 21, 2026
@avotokyo
avotokyo deleted the feat/1871-import-use branch May 25, 2026 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant