Elektrine lite

← Feed

@rradczewski@hachyderm.io

Post #1109574

2026-03-27 22:57 UTC

Tailwind is breaking me. I could almost get behind the whole "use components" concept, if it wouldn't be completely unusable without auto completion because it's entirely inconsistent and unpredictable with its naming: - font-style: italic » italic - font-weight: bold » font-bold - text-decoration-line: underline » underline - white-space: normal » whitespace-normal (lol this one is just spitefully evil) - align-items: safe center » items-center-safe

Replies (1)

  • @codebyjeff@hachyderm.io 2026-03-28 00:46

    @rradczewski make life easier on yourself - use this: https://www.creative-tim.com/twcomponents/cheatsheet I wouldn't be able to survive Tailwind without it

    Open ##1374412