Skip to content

Conversation

adammccullagh
Copy link
Contributor

Context

at-import-no-partial-leading-underscore has been deprecated in favour of load-no-partial-leading-underscore. We should update our index.js to use load-no-partial-leading-underscore.

For context on change see stylelint-scss/stylelint-scss#867

Docs for - at-import-no-partial-leading-underscore https://github.com/stylelint-scss/stylelint-scss/blob/v5.2.1/src/rules/at-import-no-partial-leading-underscore/README.md
Doc for load-no-partial-leading-underscore https://github.com/stylelint-scss/stylelint-scss/blob/d245813e783cc3cb3f8f946cc293a041202b995e/src/rules/load-no-partial-leading-underscore/README.md

The change includes a new potential warning
@use "sass:meta"; .a { @include meta.load-css("_fff", $with: ("border-contrast": true)); }

@olliecurtis olliecurtis merged commit 8e41635 into Skyscanner:main Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants