Related issues
Closes #37674 (closed)
Description
This PR suggests to replace @var
to $var
for Sass variables mentioned in Customize > Color modes > Building with Sass.
!default
is removed from the example as well since it is not needed.
Type of changes
-
Bug fix (non-breaking change which fixes an issue)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly -
All new and existing tests passed