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
steph ๐งพ
@steph
scss modules ftw ๐ scoped/modular styling but with a global stylesheet for variables, mixins, etc
1 reply
0 recast
0 reaction
Greg
@greg
The only thing I don't like about modules is so many more files! How do you organize everything? components/ -- button/ -- button.tsx -- button.module.scss or something else?
1 reply
0 recast
0 reaction