Frontmatter
| id | 6035 |
| title | Migrating to SASS v1.8 |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 18, 2024, 11:35 AM |
| updatedAt | Oct 18, 2024, 11:36 AM |
| githubUrl | https://github.com/neomjs/neo/issues/6035 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 18, 2024, 11:36 AM |
import statements are officially deprecated now: https://sass-lang.com/documentation/breaking-changes/import/
so we need to replace them with use.
i will update the other project dependencies too, while i am on it.