Initial Value for Width/Height/Spacing is a must #12490
rasan3-1416
started this conversation in
Ideas
Replies: 1 comment
-
Hey! You can use Not opposed to baking it in to Tailwind by default but feels like a big project because we'd want to assess the whole framework to decide where to add I don't totally understand your particular example (making the button 0px tall and 0px wide seems odd to me) but if you can create a Tailwind Play that has your desired design using |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
#Initial value is needed but it's not available
Because the initial value can't be used in width/ height or spacing using the tailwind classes, it is causing issues in design and now for a solution, I have to use the required initial value by configuring the tailwind.config.js and it is really a hassle.
Can't use the initial value. Using the width value 0 is causing code issues

The swiper-button-prev uses the width and height initial value but the swiper-button-next uses 0 as the width and height value which is causing design issues

I hope the Tailwind community will solve this issue as soon as possible. And here is the hassleful solution I am using.
Beta Was this translation helpful? Give feedback.
All reactions