Introduction
SASS helps you write CSS faster and cleaner. Setting it up lets you use its features in your projects.
You want to organize your CSS with variables and nesting.
You need to compile SASS files into regular CSS for browsers.
You want to use modern CSS features before browsers support them.
You are starting a new web project and want easier style management.