You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note
What if we don't use shortcuts at all and instead just pass the classes directly to the component? This will not generate separate CSS for a-btn and instead directly add the classes which might improve performance. Additionally, we can also allow applying classes based on props π€―
Challenges
What about h-700px? We have to use h-[700px] to make it compatible with both Uno & Tailwind
We used uno-layer-base classes
Create configurable TW plugin (Auto generate)
Create plugin for presetAnu
Differences
Uno
Tailwind
Both
w-100px
w-[100px]
w-[100px]
[&_.a-base-input-input-wrapper]-px-0
[&_.a-base-input-input-wrapper]:px-0
[&_.a-base-input-input-wrapper]:px-0
--un-bg-opacity
--tw-bg-opacity
β
What does preset-theme-default provides that we should provide in tw plugin?
Challenges
h-700px
? We have to useh-[700px]
to make it compatible with both Uno & Tailwinduno-layer-base
classespresetAnu
Differences
--un-bg-opacity
--tw-bg-opacity
What does
preset-theme-default
provides that we should provide in tw plugin?Requirement for auto generating TW plugin
uno.generate
to generate styles for creating utilities & shortcutsRoadmap
The text was updated successfully, but these errors were encountered: