[PR #236] [MERGED] remove unnecessary semicolon in tailwind config file #161

Closed
opened 2025-12-29 07:19:36 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/236
Author: @subframe7536
Created: 7/17/2025
Status: Merged
Merged: 7/18/2025
Merged by: @gschier

Base: masterHead: fix-tw-shadow


📝 Commits (1)

  • 56f4188 remove unnecessary semicolon that use syntax error in !shadow

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src-web/tailwind.config.cjs (+1 -1)

📄 Description

Fix this warn

rendering chunks (5)...[esbuild css minify]
▲ [WARNING] Expected identifier but found "!" [css-syntax-error]

    <stdin>:2090:42:
      2090 │   --tw-shadow: 0 1px 3px 0 var(--shadow); !important;
           ╵                                           ^

🔄 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/mountain-loop/yaak/pull/236 **Author:** [@subframe7536](https://github.com/subframe7536) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `fix-tw-shadow` --- ### 📝 Commits (1) - [`56f4188`](https://github.com/mountain-loop/yaak/commit/56f41888233c7d5365728f706e4095e5dfd2f9db) remove unnecessary semicolon that use syntax error in `!shadow` ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src-web/tailwind.config.cjs` (+1 -1) </details> ### 📄 Description Fix this warn ``` rendering chunks (5)...[esbuild css minify] ▲ [WARNING] Expected identifier but found "!" [css-syntax-error] <stdin>:2090:42: 2090 │ --tw-shadow: 0 1px 3px 0 var(--shadow); !important; ╵ ^ ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:36 +01:00
adam closed this issue 2025-12-29 07:19:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#161