Skip to content

Upgrade Bulma to 1.0.4 and modernize Sass dependencies - #191

Draft
brucecrevensten with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-13
Draft

Upgrade Bulma to 1.0.4 and modernize Sass dependencies#191
brucecrevensten with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-13

Conversation

Copilot AI commented Sep 17, 2025

Copy link
Copy Markdown
Contributor

This PR upgrades the project from Bulma 0.9.4 to the latest stable version 1.0.4, bringing the CSS framework up to date with modern features and improvements.

Changes Made

Package Updates:

  • Upgraded Bulma from 0.9.4 to 1.0.4
  • Upgraded Sass from 1.69.7 to 1.92.1 (required for Bulma 1.0's modern color functions)

Import Path Fixes:
Bulma 1.0 migrated from .sass to .scss files, requiring updates to import paths:

  • bulma.sassbulma.scss in main.scss
  • utilities/mixins.sassutilities/mixins.scss in nuxt.config.ts
  • Added initial-variables.scss import to provide breakpoint variables like $desktop

Bug Fixes:

  • Fixed variable name typo in PlacesAndPolygons.vue: $grey-lighter$gray-lighter

Testing

The upgrade maintains full backward compatibility:

  • ✅ Build passes successfully
  • ✅ Development server runs without errors
  • ✅ UI renders correctly with no visual regressions
  • ✅ All Bulma classes and components work as expected

Notes

  • Deprecation warnings about @import vs @use are shown but non-breaking
  • All existing Bulma functionality is preserved
  • The project now supports modern Sass features introduced in Bulma 1.0

Fixes #13.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI commented Sep 17, 2025

Copy link
Copy Markdown
Contributor Author

@brucecrevensten 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

Copilot AI and others added 2 commits September 17, 2025 23:28
Co-authored-by: brucecrevensten <525049+brucecrevensten@users.noreply.github.com>
Co-authored-by: brucecrevensten <525049+brucecrevensten@users.noreply.github.com>
Copilot AI changed the title [WIP] Upgrade Bulma to 1.x+ Upgrade Bulma to 1.0.4 and modernize Sass dependencies Sep 17, 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.

Upgrade Bulma to 1.x+

2 participants