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

SASS deprecation warnings #85

Open
tprus-luc opened this issue Dec 12, 2024 · 1 comment
Open

SASS deprecation warnings #85

tprus-luc opened this issue Dec 12, 2024 · 1 comment

Comments

@tprus-luc
Copy link

I am running collectionbuilder-gh on my own Windows PC. I followed the directions, and installed Ruby, GitHub and ImageMagick.

When I run bundle exec jekyll s in the BASH console I receive the following warnings:

Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart
Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import


13 │ @import "base", "pages", "custom";
│ ^^^^^^

[path to my project]\assets\css\cb.scss 13:9 root stylesheet
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart
Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import


13 │ @import "base", "pages", "custom";
│ ^^^^^^^

[path to my project]\assets\css\cb.scss 13:17 root stylesheet
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart
Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import


13 │ @import "base", "pages", "custom";
│ ^^^^^^^^

[path to my project]\assets\css\cb.scss 13:26 root stylesheet

@evanwill
Copy link
Contributor

@tprus-luc at this point you can ignore the warnings--there is some major breaking changes coming to sass, but unfortunately, means it provides all those warnings over and over again. We are trying to figure out best way to handle it, since fixing it up also breaks older projects, so we may need to add a gemfile.lock to keep specific dependencies set.

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

No branches or pull requests

2 participants