10:55:51
plowsof:
.merges
10:55:51
xmr-pr:
2454 2550 2587
16:43:10
syntheticbird:
nope > <@redsh4de:matrix.org> How do we feel about Tailwind CSS? Think it might be useful here
16:43:14
syntheticbird:
I'm against Tailwind CSS
16:43:16
syntheticbird:
this is a trap
16:44:04
syntheticbird:
I prefer clear class CSS definitions with all the styles I need rather than having to put 10000 classes and making the html looks unreadable
16:45:13
syntheticbird:
also it's hard to mix tailwind css classes with custom styles as it oftens collision and causes weird effects
16:45:35
syntheticbird:
the "I didn't know this tailwind class was also doing that" is something that happens literally everytime
17:31:32
redsh4de:matrix.org:
fair, not a fan of it myself, started considering it only when seeing how verbose my custom CSS semantic class definitions and their usage were getting
17:31:32
redsh4de:matrix.org:
solved most of it today/yesterday by extracting the repeating class definitions into more generic components
17:51:44
redsh4de:matrix.org:
most of the remaining verbosity is due to repeating CSS for arrangement/layout... have to make elements like <Grid> or <Stack> or <Columns> to arrange the UI components