[PR #215] [CLOSED] fix: implement "use" directive instead of "import" for dart sass upgrade #375

Closed
opened 2026-03-07 20:16:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/davidarroyo1234/InstagramUnfollowers/pull/215
Author: @xyztavo
Created: 1/21/2025
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 7179e26 Update dependencies, enhance README, and improve script handling
  • bdef4ef Merge branch 'davidarroyo1234:master' into master
  • 426c7dd fix: use new importing directives accordingly to new dart rules
  • 1e90f76 refactor: reduced index.html compiled file by using dart sass directive
  • b395c4e refactor: reduced index.html compiled file by using dart sass directive -- fix: wrong stuff, remove bunlock

📊 Changes

4 files changed (+33 additions, -28 deletions)

View changed files

📝 public/index.html (+1 -1)
📝 src/styles.scss (+3 -3)
📝 src/styles/_helpers.scss (+18 -16)
📝 src/styles/main.scss (+11 -8)

📄 Description

refactor the code to fix the warnings for the future dart rules that will possibly break the code on future implementations https://sass-lang.com/documentation/breaking-changes/legacy-js-api/


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/davidarroyo1234/InstagramUnfollowers/pull/215 **Author:** [@xyztavo](https://github.com/xyztavo) **Created:** 1/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`7179e26`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/7179e266bed627b7a6525e8a5e632b67606687f6) Update dependencies, enhance README, and improve script handling - [`bdef4ef`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/bdef4efe565bb3d1c0869ce3bba64b56a7d05dcd) Merge branch 'davidarroyo1234:master' into master - [`426c7dd`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/426c7dd431a16300f585bbbc3959db52aca9bef6) fix: use new importing directives accordingly to new dart rules - [`1e90f76`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/1e90f76a4a9d9cc8d54e21c30c11e57ca4b2154c) refactor: reduced index.html compiled file by using dart sass directive - [`b395c4e`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/b395c4e92eb4e12697024247f671636ecb01f9e2) refactor: reduced index.html compiled file by using dart sass directive -- fix: wrong stuff, remove bunlock ### 📊 Changes **4 files changed** (+33 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `public/index.html` (+1 -1) 📝 `src/styles.scss` (+3 -3) 📝 `src/styles/_helpers.scss` (+18 -16) 📝 `src/styles/main.scss` (+11 -8) </details> ### 📄 Description refactor the code to fix the warnings for the future dart rules that will possibly break the code on future implementations https://sass-lang.com/documentation/breaking-changes/legacy-js-api/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:16:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/InstagramUnfollowers#375
No description provided.