Replies: 1 comment 4 replies
-
From the look of your screenshot, it does seem like |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Description
I want to override the flex-* utility in my project. To achieve this, I added custom variables in my theme.css file:
Additionally, I defined a new utility for flex-* like this:
Expected Behavior
When using .flex-56, I expect the following CSS to be applied:
Actual Behavior
However, the result is not working as expected. Here is the output I get:
Question
How can I ensure that .flex-56 correctly applies flex: var(--flex-56);?
Is there something wrong with how I am defining the utility?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions