[Bug] Deprecation Warnings Encountered When Running npm run watch for Sass on LegalDB #203
Labels
💻 aspect: code
Concerns the software code in the repository
🤖 aspect: dx
Concerns developers' experience with the codebase
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be fixed soon
🚦 status: awaiting triage
Has not been triaged & therefore, not ready for work
🚧 status: blocked
Blocked & therefore, not ready for work
Description
When running
npm run watch
to watch Sass locally on the LegalDB project, deprecation warnings are encountered. These warnings suggest that certain features are deprecated and need to be updated to avoid potential issues in the future.Reproduction
Expectation
The Sass watcher should run without any deprecation warnings, indicating that all features used are up-to-date and compliant with the latest standards.
Screenshots
Environment
Additional context
The specific deprecation warnings point to outdated Sass syntax that need to be refactored to align with newer versions of Sass
see below
https://sass-lang.com/documentation/breaking-changes/slash-div/
https://sass-lang.com/documentation/breaking-changes/mixed-decls/
Resolution
The text was updated successfully, but these errors were encountered: