PR #10301 changes @import statement to @use statement to suppress following warnings.
[WARNING] Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
These changes are automatically refactored by using sass-migrator command.
But after these changes. It seems SCSS variable override is not works as expected.
And regression seems not detected by percy visual regression tests.
Because percy tests with following display resolution widths (375px/1280px)
This PR intend to fix issue #10411
What's changed
SCSS variable override
. Instead, directly passSCSS variable override
by with Configuration syntax.$enable-important-utilities: false;
setting.Background
PR #10301 changes
@import
statement to@use
statement to suppress following warnings.These changes are automatically refactored by using sass-migrator command. But after these changes. It seems
SCSS variable override
is not works as expected. And regression seems not detected by percy visual regression tests. Because percy tests with following display resolution widths (375px/1280px)