1 / 14

SASS - Syntactically Awesome Stylesheets

Blake Baker and Briana Fulfer. SASS - Syntactically Awesome Stylesheets. Sass is an extension of CSS3 . It adds Nested Rules Variables Mixins Selector Inheritance And more…. Has 2 Syntaxes. The first is the main syntax – SCSS “ SassyCSS ” Superset of CSS3’s syntax

aitana
Download Presentation

SASS - Syntactically Awesome Stylesheets

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Blake Baker and Briana Fulfer SASS - Syntactically Awesome Stylesheets

  2. Sass is an extension of CSS3 • It adds • Nested Rules • Variables • Mixins • SelectorInheritance • And more…

  3. Has 2 Syntaxes • The first is the main syntax – SCSS “SassyCSS” • Superset of CSS3’s syntax • Extension is .scss

  4. Has 2 Syntaxes • The second is the Indented Syntax • Just “SASS” • An older version • More concise. Not as similar to CSS. • Uses indentation of lines to specify blocks instead of brackets/ semicolons.

  5. Variables - SCSS Syntax Image from http://sass-lang.com/

  6. Variables - Indented Syntax Image from http://sass-lang.com/

  7. Nesting - SCSS Syntax Image from http://sass-lang.com/

  8. Nesting - Indented Syntax Image from http://sass-lang.com/

  9. Mixins - SCSS Syntax Image from http://sass-lang.com/

  10. Mixins - Indented Syntax Image from http://sass-lang.com/

  11. Selector Inheritance - SCSS Syntax Image from http://sass-lang.com/

  12. Selector Inheritance - Indented Syntax Image from http://sass-lang.com/

  13. @import Image from http://sass-lang.com/

  14. Sites Used http://sass-lang.com/

More Related