Skip to content

Commit 22873f8

Browse files
committed
Rename custom-var to theme-variable
1 parent edcdf4b commit 22873f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/index.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe("all plugins at once", () => {
3838
`
3939
@import "tailwindcss" source("./templates");
4040
@plugin "../index.js";
41-
@theme { --spacing-custom-var: calc(var(--spacing) * 35); };
41+
@theme { --spacing-theme-variable: calc(var(--spacing) * 35); };
4242
`,
4343
{
4444
from: "./tests/templates",
@@ -65,7 +65,7 @@ describe.skip("individual plugin tests", () => {
6565
`
6666
@import "tailwindcss" source("./templates/${templateDirectory}");
6767
@plugin "../index.js";
68-
@theme { --spacing-custom-var: calc(var(--spacing) * 35); };
68+
@theme { --spacing-theme-variable: calc(var(--spacing) * 35); };
6969
`,
7070
{
7171
from: "./tests/templates",

0 commit comments

Comments
 (0)