…in reply to @Una
    I use Sass to manage BEM-style naming conventions (take advantage of the nesting functionality without increasing specificity), handle media queries, and store static variables (CSS vars for things that might change app-wide, but smaller scoped $variables for DX)