Replies: 3 comments
-
|
I just came across this, and it doesn't seem too hard to implement. Is it just a matter of adding the respective classes to this object or we need to do something else (specially regarding the JIT compiler)? tailwindcss/src/corePlugins.js Lines 948 to 954 in ea80db2 |
Beta Was this translation helpful? Give feedback.
-
|
I faced similar kind of issue last time, I am still searching for some proper solution. |
Beta Was this translation helpful? Give feedback.
-
|
Now that all three major browser engines support it, I think it's about time we added it to the utilities. PS: I would love to work on this if this feature deems relevant 😄 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can we have
items-first-baselineanditems-last-baseline? Useful in being able to align baseline with the last line.Can I use: https://caniuse.com/mdn-css_properties_align-items_flex_context_first_last_baseline
MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/align-items#syntax
Beta Was this translation helpful? Give feedback.
All reactions