Skip to content

Bootstrap - Deprecated warnings #56

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

Closed
stevenobird opened this issue Oct 4, 2024 · 1 comment · Fixed by #67
Closed

Bootstrap - Deprecated warnings #56

stevenobird opened this issue Oct 4, 2024 · 1 comment · Fixed by #67
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@stevenobird
Copy link
Contributor

stevenobird commented Oct 4, 2024

Since we're using Bootstrap 5 via SASS, we're tied to their SCSS files.

In the current setup, we're getting some deprecation warnings regarding nested rules and color channels.
To get rid of those, we could pin sass-embedded from 1.79.x to 1.77.5 via npm i sass-embedded@1.77.5 --save-exact --save-dev.

Should be live with those warnings? Bootstrap won't fix these deprecations anytime soon. It is no big issue, since they're just warnings for future versions of sass/dart-sass.

@stevenobird stevenobird added the dependencies Pull requests that update a dependency file label Oct 4, 2024
@Ryuno-Ki
Copy link
Member

Ryuno-Ki commented Oct 9, 2024

Picard meme "Make it so"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants