Render Flow - Number types and units
Parse SASS file
Identify number literals
Check units on numbers
Convert units if needed
Compile to CSS with units
Output CSS file
The SASS compiler reads the code, recognizes numbers and their units, processes any unit conversions, and outputs CSS with proper units for the browser to render.