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
Was playing around with the /tailwind app and this idea came to me:
Basic: Instead of just copying the class when clicking on that class, apply that style to the element in the detail panel, so it can be previewed.
Advanced: Allow creating a snippet of markup with ids applied to each. The user can select the element by id and add/remove classes using the details panel. Then they can preview the result. This can get pretty advanced. Might be better as an addon and then added into the tailwind route.
A simpler alternative to advanced could be not allowing raw markup, but using a ui to create something (like a tree).
The text was updated successfully, but these errors were encountered:
Was playing around with the
/tailwind
app and this idea came to me:Basic: Instead of just copying the class when clicking on that class, apply that style to the element in the detail panel, so it can be previewed.
Advanced: Allow creating a snippet of markup with ids applied to each. The user can select the element by id and add/remove classes using the details panel. Then they can preview the result. This can get pretty advanced. Might be better as an addon and then added into the tailwind route.
A simpler alternative to advanced could be not allowing raw markup, but using a ui to create something (like a tree).
The text was updated successfully, but these errors were encountered: