Skip to content

fix sass warnings#38

Merged
stevecheckoway merged 3 commits into
mainfrom
fix-sass-warnings
Apr 15, 2026
Merged

fix sass warnings#38
stevecheckoway merged 3 commits into
mainfrom
fix-sass-warnings

Conversation

@stevecheckoway
Copy link
Copy Markdown
Collaborator

  • Fix @import deprecation warnings
  • Move assets/css/style.scss to assets/main.scss
  • Replace deprecated functions

Sass will no longer support @import (the equivalent of C's #include).
Instead, there's a new module system that uses @use and @forward.

I'm following the changes made in this PR.
jekyll/minima#848
Jekyll seems to be looking for `assets/main.scss` and if it doesn't
exist, it's substituting `@import "minima"` which is causing another
deprecation warning.
darken() and lighten() are global functions and as such are deprecated.
Replace them with `color.adjust()` which can change the lightness in the
same manner.

I'm following this PR.
jekyll/minima#849
@stevecheckoway stevecheckoway merged commit b54a7a1 into main Apr 15, 2026
1 check passed
@stevecheckoway stevecheckoway deleted the fix-sass-warnings branch April 15, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant