Yicong-Huang opened a new issue, #5986: URL: https://github.com/apache/texera/issues/5986
The frontend build emits 29 `Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0` warnings across 13 dashboard/hub component stylesheets. These `@import`s only pull in shared CSS rules from sibling stylesheets (`section-style`, `button-style`, `dashboard.component`, etc.); no Sass variables, mixins, or functions are referenced across files. Migrate each `@import "X"` to `@use "X" as *`, which preserves the emitted CSS and ordering while removing the deprecation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
