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

Update sass to make it 3.0.0 compatible #471

Merged
merged 8 commits into from
Nov 26, 2024
Merged

Update sass to make it 3.0.0 compatible #471

merged 8 commits into from
Nov 26, 2024

Conversation

sylhare
Copy link
Owner

@sylhare sylhare commented Nov 20, 2024

Description

Linked to #470

So the @use which is the new way forward, seems to be working, I tried it on main.scss since I don't need to update the whole sass to test it out.

However when I run the migration command (provided I put the katex path into the katex.scss) it modify the whole projects 😬

 sass-migrator module --migrate-deps _sass/type-on-strap.scss

And it doesn't seem to work that much, at least for the @extend which are not found.
I would need to probably look into what's missing (import order, missing @use, something else...) but I also need to update font-awesome and katex's scss (if available) to a sass v3 compatible version first.

@sylhare sylhare added the fix label Nov 22, 2024
@sylhare sylhare marked this pull request as ready for review November 25, 2024 21:55
@sylhare sylhare merged commit ea6badc into master Nov 26, 2024
8 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.

1 participant