CSS output SCSS /* * A multiline comment * like you see in regular CSS */ /* * A multiline comment * like you see in regular CSS */ // And a single line comment.
CSS output SCSS /* * A multiline comment * like you see in regular CSS */ // And a single line comment. in production, usually all comments are stripped…
CSS output SCSS /*! Copyright 2014 Jina */ /*! Copyright 2014 Jina */ // And a single line comment. exclamation mark forces multiline comments to render
USE SASSMEISTER TO EXPERIMENT WITH NESTING & VARIABLES. BUILD A COLOR PALETTE USING ONE OR TWO BASE COLORS AND LETTING SASS GENERATE THE OTHER COLORS. NEXT WEEK: MIXINS! your homework