Mixin Transistion

Once you have your Transition example working in CSS it needs to be done using your CSS Preprocessor.

  1. Create a SASS Mixin for a CSS Transition.
  2. Create a page that demonstrates your SASS Transition mixin. Note: This could be the same page that you used for the Transition assignment.
  3. Make a link on your demonstration page that displays your .scss file.
  4. Demonstrate the page to the class.
Sass Code