Why tailwind and isn't it the antithesis of dry developement?

As @Louis mentioned in the live, there are pos and cons to both approaches. For ACSS, they use BEMs which can potentially create inflexibility and may or may not suit certain teams or developers and for Tailwind, the duplication of classes in the html may not work for others.

It is definitely wise to keep updated on the different approaches and find the one that works best for your case.

We are also exploring ACSS as an option in parallel to Tailwind, now that it is available.

I have created a new post that discusses this:

HTML output is not changed with Shells, the Shell is an editing only concept that allows for semantic development - the Tailwind classes are still added to the HTML and the Shell itself has no reference in the frontend.

1 Like