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 when bootstrap uses the new sass module system #801

Open
3 tasks
RandomTannenbaum opened this issue Feb 17, 2025 · 0 comments
Open
3 tasks

Update sass when bootstrap uses the new sass module system #801

RandomTannenbaum opened this issue Feb 17, 2025 · 0 comments

Comments

@RandomTannenbaum
Copy link
Collaborator

While upgrading Rails to v8 I pinned the sass version to 1.77.6 for now, because after this version we get deprecation warnings from bootstrap, because it doesn't use the new sass module system. Our app currently also doesn't do this, so this should be done in the same step to also remove these deprecation warnings. Also as of sass version 1.80.0, imports with @import are deprecated. This also produces a lot of deprecation warnings originating in bootstrap.

References:

ToDo

  • Update bootstrap and sass when bootstrap uses the new sass module system
  • Update our scss to files to also use the new module system
  • Fix any other deprecations originating from the updates
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

1 participant