Introduction
Data types in SASS help the computer understand what kind of information you are working with. This makes your styles work correctly and predictably.
When you want to store colors and use them in different places.
When you need to do math with sizes like widths or margins.
When you want to create lists of values to reuse.
When you want to check if a value is a number or a color before using it.
When you want to organize your styles with variables and functions.