-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Description
Description
lint-scss can fail on branches that do not modify _sass/pages/_post.scss because the file currently violates scss/dollar-variable-no-missing-interpolation.
Current line:
--wc-stm-font-family: v.$font-family-base;Expected by stylelint:
--wc-stm-font-family: #{v.$font-family-base};Why this matters
This blocks unrelated feature PRs when lint-scss runs, even if no SCSS changes are included in those PRs.
Evidence
- Failed job:
lint-scsson PR feat: add pagination to search results #2584 - Error:
_sass/pages/_post.scss:130:25Expected variable v.$font-family-base to be interpolated when using it with --wc-stm-font-family
Proposed fix
Update _sass/pages/_post.scss line 130 to use interpolation for the Sass variable in the custom property value.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels