[PR #927] [CLOSED] Fix Sass import deprecation warnings #1068

Closed
opened 2025-11-01 21:10:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/927
Author: @kolaente
Created: 6/12/2025
Status: Closed

Base: mainHead: codex/fix-deprecated-sass-@import-usage


📝 Commits (1)

  • 0b7af0e chore(frontend): replace deprecated sass imports

📊 Changes

5 files changed (+54 additions, -54 deletions)

View changed files

📝 frontend/src/styles/common-imports.scss (+1 -1)
📝 frontend/src/styles/components/_index.scss (+4 -4)
📝 frontend/src/styles/custom-properties/_index.scss (+2 -2)
📝 frontend/src/styles/global.scss (+37 -37)
📝 frontend/src/styles/theme/_index.scss (+10 -10)

📄 Description

Summary

  • replace deprecated @import usage with @use or @forward in front-end Sass files

Testing

  • pnpm lint:fix

https://chatgpt.com/codex/tasks/task_e_684881d0a728832293b5a0da388c235f


🔄 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/go-vikunja/vikunja/pull/927 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex/fix-deprecated-sass-@import-usage` --- ### 📝 Commits (1) - [`0b7af0e`](https://github.com/go-vikunja/vikunja/commit/0b7af0e6f69d80b3cc2f01d5d53f4af32d1c7f20) chore(frontend): replace deprecated sass imports ### 📊 Changes **5 files changed** (+54 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/styles/common-imports.scss` (+1 -1) 📝 `frontend/src/styles/components/_index.scss` (+4 -4) 📝 `frontend/src/styles/custom-properties/_index.scss` (+2 -2) 📝 `frontend/src/styles/global.scss` (+37 -37) 📝 `frontend/src/styles/theme/_index.scss` (+10 -10) </details> ### 📄 Description ## Summary - replace deprecated `@import` usage with `@use` or `@forward` in front-end Sass files ## Testing - `pnpm lint:fix` ------ https://chatgpt.com/codex/tasks/task_e_684881d0a728832293b5a0da388c235f --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:10:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1068