Earlier quoted context omitted.
I agree, but that approach seems to be uncommon or at least discouraged by the Tailwind creator. I'd actually recommend Tailwind shops use the DaisyUI plugin which gives component classes similar to Bootstrap.
Indeed, the reasoning I've read falls close to the last paragraph of your previous comment. Components will consistently apply "atomic styles" everywhere and so are thought to be a replacement for "semantic styling" (sprinkling in some quotes because I don't know the exact terminology).
Thank You Bootstrap 1
51–60 of 65 posts
Re: Thank You Bootstrap 1
#52Visually, bootstrap 2.23 was peak, before the flat bullshit took hold.
Re: Thank You Bootstrap 1
#53Earlier quoted context omitted.
Things like Tailwind take the core concepts of bootstrap and build and improve on it on a grand scale. It is like comparing jQuery (bootstrap), to React (tailwind).
Tailwind and bootstrap are near opposite approaches to frontend design … What’re you on about?
Re: Thank You Bootstrap 1
#54Something that I've often wished, as a primarily backend focused engineer, often without frontend support, is for designers or perhaps design engineers, to pretty much build Bootstrap themes. That would let me code to the Bootstrap docs (which are pretty good), while allowing us to brand or customise whatever we're working on. I've seen even contract designers push back on this idea, suggesting that doing such a thin…
I've seen both sides of this idea many times, and from my personal experience, this idea looks good on paper, but usually implodes in practice. Bootstrap gives you a baseline quickly, but what pretty much universally happens is that at one point a feature requires you to venture outside of its constraints and that's when the trouble starts. Overrides and extensions, then something changes in the underlying theme or y…
Re: Thank You Bootstrap 1
#55I can recommend halfmoon css for a visually pleasing nice drop in replacement.
The last commit was half a year ago.
Re: Thank You Bootstrap 1
#56Something that I've often wished, as a primarily backend focused engineer, often without frontend support, is for designers or perhaps design engineers, to pretty much build Bootstrap themes. That would let me code to the Bootstrap docs (which are pretty good), while allowing us to brand or customise whatever we're working on. I've seen even contract designers push back on this idea, suggesting that doing such a thin…
I'd say that's the opposite of the goal of Tailwind.
Tailwind is not like Bootstrap, Tailwind is to build your own design system component library. Tailwind makes it easy to build unique designs at the cost of having to make the design yourself. Bootstrap makes it easy to build a website with a premade design, at the cost of having the same design as your neighbour.
As someone who used Bootstrap / Semantic UI a lot in the past, I've finally concluded I won't be using them anymore: they ALWAYS end up being too rigid for what I want to do. It also invariably ends up breaking things in minor updates. Tailwind is freeing in comparison.
Re: Thank You Bootstrap 1
#57Earlier quoted context omitted.
> What am I missing? You're not missing anything, companies like mine have done just this. We supported a messy situation of 7 webapps using different technologies looking 7 different ways. Once we got them to use Bootstrap, was a cinch to consolidate to a single company brand. The "big reskin" UX was gearing up for was as simple as a new theme, and was done without any drama. They were almost disappointed it was so…
The secret: use SCSS or LESS to pack the combined effect of "p-3 border-1 shadow-sm rounded-2" into a single class.
Re: Thank You Bootstrap 1
#58I can recommend halfmoon css for a visually pleasing nice drop in replacement.
Re: Thank You Bootstrap 1
#59I can recommend halfmoon css for a visually pleasing nice drop in replacement.
That doesn't seem as well-maintained as Bootstrap. The last commit was half a year ago.
[1] https://github.com/halfmoonui/halfmoon/issues/116#issuecomme...
Re: Thank You Bootstrap 1
#60Earlier quoted context omitted.
> What am I missing? You're not missing anything, companies like mine have done just this. We supported a messy situation of 7 webapps using different technologies looking 7 different ways. Once we got them to use Bootstrap, was a cinch to consolidate to a single company brand. The "big reskin" UX was gearing up for was as simple as a new theme, and was done without any drama. They were almost disappointed it was so…
The secret: use SCSS or LESS to pack the combined effect of "p-3 border-1 shadow-sm rounded-2" into a single class.