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

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