Flexbox + Sass + Basic Transition CSS
Continue with previous post Flexbox 3x3 gallery + Sass lets dive to Basic Transition CSS with great free course Creating CSS Transitions by scotch.io Feel free to fork my codepen and make more flexible this layout. I use such sass features: 1. lighten($color, $amount) Makes a color lighter. 2. darken($color, $amount) Makes a color darker. 3. map-get($map, $key) Returns the value in a map associated with a given key. 4. and flex-grow,flex-shrink, flex-basic - property. 5. css transition: ease-in-out, easy, linear.












