Skip to content

Instantly share code, notes, and snippets.

@chrisfromredfin
Created March 29, 2018 17:19
Show Gist options
  • Save chrisfromredfin/b3c692b054ca6de0d6fd1f7186a1f0ae to your computer and use it in GitHub Desktop.
Save chrisfromredfin/b3c692b054ca6de0d6fd1f7186a1f0ae to your computer and use it in GitHub Desktop.
/// Mixins: custom re-useable but configurable tools we use.
/// @group Mixins
/// Helper mixin to drop on the wrapper for an iframe
/// that you would like to be responsive.
///
/// @group Mixins
/// @author Smashing Magazine
///
/// @param {Length} $width - Element's width
/// @param {Length} $height - Element's height
/// @output CSS for the wrapper and the inner iframe that maintains the aspect
/// ratio as it is resized.
///
/// @example scss -
/// .embed-container {
/// @include embed-container(400px, 300px);
/// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment