Skip to content

Update bulma template to match version 1.x documentation #173

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

Merged
merged 1 commit into from
Apr 12, 2025

Conversation

geeknees
Copy link
Contributor

This PR updates the bulma template to align with the current documentation for version 1.x. Adjustments have been made to ensure compatibility with the updated styles and components as specified in the latest version.

  • By changing @import to @use, the warning below is resolved.
Deprecation Warning [import]: 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

   ╷
39 │ @import 'bulma/bulma';
   │         ^^^^^^^^^^^^^
   ╵
    app/assets/stylesheets/application.bulma.scss 39:9  root stylesheet

…odular Importing

- Replaced outdated `@import` statements with `@use` and `@forward` for improved SCSS modularity.
@jeremy jeremy merged commit 95d9b59 into rails:main Apr 12, 2025
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.

2 participants