Styling with Tailwind
Tailwind is a utility-first CSS framework that allows us to quickly build custom designs by providing pre-defined classes for common styles. We take great pride in organizing our styling in the most organized and maintainable way possible, and Tailwind helps us to do this by providing a set of classes that we can use to build our designs.
However, there may be times when we need to write SCSS for more complex CSS animations or vendor-specific embeds. SCSS is a preprocessor that adds additional features to CSS, such as variables and mixins, which can make it easier to write and maintain complex stylesheets.
Overall, our team uses Tailwind as the foundation for our CSS, but we are also able to use SCSS when necessary to achieve the desired result.