@nebunez
I was happy to discover Sass for better stylesheet organisation, nesting, variables etc.
@nebunez @syntax since I discovered tailwind I've hardly written any CSS or sass. Problem with CSS is that it ends up "append only" lol. Tailwind manages the dependency between HTML and CSS by putting it all in the html. I've found that to be much simpler than bem/smacs or any other effort to manage css.
@syntax oh yeah! I was trying to write plain css but once I switched back to scss today it made life so much easier.