Greg pfp
Greg
@greg
frontend devs - what do you use for styling? so many options and I switch between them too often, would be good to standardize. - framework like tailwind - styled components - normal css files - css modules - styled jsx - ??
37 replies
0 recast
0 reaction

Greg pfp
Greg
@greg
@pugson would be interested to hear what your go-to is
1 reply
0 recast
0 reaction

steph 🧾 pfp
steph 🧾
@steph
scss modules ftw πŸŽ‰ scoped/modular styling but with a global stylesheet for variables, mixins, etc
1 reply
0 recast
0 reaction

scottrepreneur pfp
scottrepreneur
@scottrepreneur.eth
Chakra or stitches
0 reply
0 recast
0 reaction

Neokry pfp
Neokry
@neokry
Tailwind always
0 reply
0 recast
0 reaction

cdt pfp
cdt
@cdt
tailwind
0 reply
0 recast
0 reaction

Angel pfp
Angel
@hyperwaifu
Chakra UI. I wanna try out Tailwind though, probably going with it for my next project
0 reply
0 recast
0 reaction

nyx.eth pfp
nyx.eth
@nyx
just RAW objects with css in my style= because i love chaos and hate interpolated strings / heavy css compilers i used to like https://fela.js.org/ back in the day though which did a good job of minimizing them down without too much extra cruft or weird syntax
0 reply
0 recast
0 reaction

Eric Kuhn pfp
Eric Kuhn
@ekuhn.eth
Not a front end dev but used to use bootstrap and just switched to tailwinds
0 reply
0 recast
0 reaction

Kiren Srinivasan pfp
Kiren Srinivasan
@kiren
Loveeee tailwind
0 reply
0 recast
0 reaction

Brenner pfp
Brenner
@brenner.eth
Chakra. But I hear tailwind all the time so maybe I’ll have to try it
0 reply
0 recast
0 reaction

Tayyab - d/acc pfp
Tayyab - d/acc
@tayyab
Tailwind because of speed and honestly it’s such an intuitive framework once you use it a bit
0 reply
0 recast
0 reaction

W1NTΞR pfp
W1NTΞR
@w1nt3r
Built into NextJS styled jsx. Keeps CSS next to JS without trying to implement CSS in JS.
0 reply
0 recast
0 reaction

Varun Srinivasan pfp
Varun Srinivasan
@v
We use tailwind now
0 reply
0 recast
0 reaction

jp 🎩🚒 pfp
jp 🎩🚒
@jpren.eth
@perl
0 reply
0 recast
0 reaction

Colin pfp
Colin
@colin
Tailwind and HeadlessUI
0 reply
0 recast
0 reaction

carlosdp.eth pfp
carlosdp.eth
@carlosdp
Chakra
0 reply
0 recast
0 reaction

jalil pfp
jalil
@jalil
PostCSS + CSSNext modules. Use the Tailwind reset file & steal some color & spacing presets as CSS variables. Write most CSS in single file Vue components. Global settings like layout and typography go into their own CSS modules.
0 reply
0 recast
0 reaction

derek pfp
derek
@derek
At @undefined we're standardizing Tailwind configs and custom styles across our web products. Tailwind makes it easy. Could easily do across personal projects.
1 reply
0 recast
0 reaction

Jayme Hoffman pfp
Jayme Hoffman
@jayme
@perl
0 reply
0 recast
0 reaction