sass - syntactically awesome stylesheets

14
SASS - SYNTACTICALLY AWESOME STYLESHEETS Blake Baker and Briana Fulfer

Upload: aitana

Post on 24-Feb-2016

59 views

Category:

Documents


0 download

DESCRIPTION

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 - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: SASS -  Syntactically Awesome  Stylesheets

SASS - SYNTACTICALLY AWESOME STYLESHEETS

Blake Baker and Briana Fulfer

Page 2: SASS -  Syntactically Awesome  Stylesheets

Sass is an extension of CSS3 It adds

Nested Rules Variables Mixins Selector Inheritance And more…

Page 3: SASS -  Syntactically Awesome  Stylesheets

Has 2 Syntaxes

The first is the main syntax – SCSS “SassyCSS” Superset of CSS3’s syntax Extension is .scss

Page 4: SASS -  Syntactically Awesome  Stylesheets

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.

Page 5: SASS -  Syntactically Awesome  Stylesheets

Variables - SCSS Syntax

Image from http://sass-lang.com/

Page 6: SASS -  Syntactically Awesome  Stylesheets

Variables - Indented Syntax

Image from http://sass-lang.com/

Page 7: SASS -  Syntactically Awesome  Stylesheets

Nesting - SCSS Syntax

Image from http://sass-lang.com/

Page 8: SASS -  Syntactically Awesome  Stylesheets

Nesting - Indented Syntax

Image from http://sass-lang.com/

Page 9: SASS -  Syntactically Awesome  Stylesheets

Mixins - SCSS Syntax

Image from http://sass-lang.com/

Page 10: SASS -  Syntactically Awesome  Stylesheets

Mixins - Indented Syntax

Image from http://sass-lang.com/

Page 11: SASS -  Syntactically Awesome  Stylesheets

Selector Inheritance - SCSS Syntax

Image from http://sass-lang.com/

Page 12: SASS -  Syntactically Awesome  Stylesheets

Selector Inheritance - Indented Syntax

Image from http://sass-lang.com/

Page 13: SASS -  Syntactically Awesome  Stylesheets

@import

Image from http://sass-lang.com/

Page 14: SASS -  Syntactically Awesome  Stylesheets

Sites Used

http://sass-lang.com/