AssistantNMS / AssistantNMS/WebApp

[Code Improvement]: Use @use instead of @import in scss files

Open
#46 8 comments 0 reactions 1 assignee Claimed by @Lenni009 View on GitHub
Dominant language
TypeScript
Stars
20
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Sass writes on their [website](https://sass-lang.com/documentation/at-rules/import):
> The Sass team discourages the continued use of the @import rule. Sass will [gradually phase it out](https://github.com/sass/sass/blob/master/accepted/module-system.md#timeline) over the next few years, and eventually remove it from the language entirely. Prefer the [@use rule](https://sass-lang.com/documentation/at-rules/use) instead. (Note that only Dart Sass currently supports @use. Users of other implementations must use the @import rule instead.)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.