Download and Implement SASS

What is the difference between SAAS syntax and SCSS syntax?

Both of these syntaxes are available for Sass but the main difference lies in the syntax. SCSS is the syntax that is most widely being used right now due to the ease and the fact that it is written in primarily 90% CSS. This makes it alot more firendly to developers and familiar. SASS is older and doesn't use brackets and semilcolons. SAAS also desn't allow multiple instructions on one line.