This PR replaces the deprecated stylelint rule with it's replacement as per the warning messages when running stylelint:
Deprecation warnings:
- The "scss/at-import-partial-extension" rule is deprecated.
- 'at-import-partial-extension has been deprecated, and will be removed in '7.0'. Use 'load-partial-extension' instead. See: https://github.com/stylelint-scss/stylelint-scss/blob/v6.3.0/src/rules/at-import-partial-extension/README.md
The error message is helpful, but the link is not. The replacement rule is load-partial-extension and the docs for that are here.
Description
This PR replaces the deprecated stylelint rule with it's replacement as per the warning messages when running stylelint:
The error message is helpful, but the link is not. The replacement rule is
load-partial-extension
and the docs for that are here.