refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -7,6 +7,6 @@ test("typed theme token helpers preserve custom tokens and emit CSS variables",
|
||||
"space-product-card": "1rem",
|
||||
});
|
||||
expect(tokens["space-product-card"]).toBe("1rem");
|
||||
expect(themeVar("color-primary")).toBe("var(--wire-color-primary)");
|
||||
expect(themeVar("color-text", "#111")).toBe("var(--wire-color-text, #111)");
|
||||
expect(themeVar("color-primary")).toBe("var(--wrn-color-primary)");
|
||||
expect(themeVar("color-text", "#111")).toBe("var(--wrn-color-text, #111)");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user