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

feat: migrate project from node-sass to sass #46

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

BashirMohamedAli
Copy link
Contributor

@BashirMohamedAli BashirMohamedAli commented Sep 10, 2024

node-sass package with sass (Dart Sass), ensuring better compatibility and future-proofing the project. The change also simplifies the build process by removing the need for native bindings, which often caused issues on newer systems like macOS with M1/M2 chips.

Key Changes:
Replaced node-sass with sass in package.json.
Updated the build and watch scripts to use sass instead of node-sass.
Removed the deprecated node-sass dependency, preventing potential installation issues.
Impact:
This update ensures smoother development and cross-platform compatibility without relying on deprecated packages. The project's build process is now faster and more reliable.

@isrugeek isrugeek merged commit f2f807b into Chapa-Et:main Sep 19, 2024
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