1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Others What's the difference between SCSS and Sass?

Discussion in 'Web Development' started by vina, Mar 12, 2014.

  1. vina

    vina New Member

    HI everyone,
    From what I've been reading, Sass is a language that makes CSS more powerful with variable and math support.

    What's the difference between them?
     
    jn70 likes this.
  2. joomlaites

    joomlaites New Member

    The difference between Sass and SCSS is that-
    SASS - The Sass syntax is more concise , easier to read and doesn't complain about missing semi-colons
    SCSS - It is more expressive , encourages proper nesting of rules , allows you to write better inline documentation.





     
  3. daviddakarai

    daviddakarai Member

    SCSS-falls under the Sass umbrella. It is a CSS syntax that’s been turbocharged with all the goodness of Sass.
    SASS-refers to the preprocessor and syntax as a whole. It takes on its own syntax and compiles to readable CSS.