We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcdf4b commit 22873f8Copy full SHA for 22873f8
tests/index.test.js
@@ -38,7 +38,7 @@ describe("all plugins at once", () => {
38
`
39
@import "tailwindcss" source("./templates");
40
@plugin "../index.js";
41
- @theme { --spacing-custom-var: calc(var(--spacing) * 35); };
+ @theme { --spacing-theme-variable: calc(var(--spacing) * 35); };
42
`,
43
{
44
from: "./tests/templates",
@@ -65,7 +65,7 @@ describe.skip("individual plugin tests", () => {
65
66
@import "tailwindcss" source("./templates/${templateDirectory}");
67
68
69
70
71
0 commit comments