Update css (#32552)

* Update css

* Patch weak types in postcss-mixins

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2026-03-20 15:17:07 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Michael Telatynski
parent b2c19d4ed9
commit 793c4ff110
5 changed files with 532 additions and 529 deletions
+13
View File
@@ -0,0 +1,13 @@
diff --git a/index.d.ts b/index.d.ts
index 5b070312004db8492f02db50bf99f5057ce793eb..a9f642c723e59cb662810ef9d8e9f14664f58bb7 100644
--- a/index.d.ts
+++ b/index.d.ts
@@ -5,7 +5,7 @@ declare interface MixinOutput {
}
declare interface Mixin {
- (mixinAtRule: AtRule, ...args: string[])
+ (mixinAtRule: AtRule, ...args: string[]): void
}
declare type Mixins = Record<string, MixinOutput | Mixin>