Sass Loader: You can now import CSS files using the @use rule with the .css extension, making it easier to manage styles from various packages without errors.
Fixes
Fix an issue where importing stylesheets using @use with the CSS extension would fail, ensuring smoother integration of styles from different packages.