Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced depreacted at-import-no-partial-leading-underscore #327

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
3 of 4 checks passed
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