We actually aren’t using Sass for Bootstrap, but for custom styles. And we have a single CSS entrypoint, which imports Tailwind and the top Sass file, and it just automagically works.

I also don’t think we need Sass now that CSS has properties and nesting, but not sure how to easily convert it.

Comments