Replies: 2 comments 3 replies
-
Consider providing a git repo that reproduces the issue and we can take a look for you. |
Beta Was this translation helpful? Give feedback.
2 replies
-
![]() @wongjn here for examples all those variables of tailwind do not work. The text-xss works because i defined it in @theme |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am trying to convert my custom classes with @apply to the use of their variables.
`.global-spacing {
padding-inline: calc(var(--spacing) * 2);
}
.container-spacing {
padding-inline: calc(var(--spacing) * 4);
padding-block: calc(var(--spacing) * 2);
}`
But when running the application i inspect it in the devtools and it says that --spacing is not defined.
Am i doing something wrong here?
Beta Was this translation helpful? Give feedback.
All reactions