Skip to content

Instantly share code, notes, and snippets.

// aspect-ratio()
//
// Use on a container that you want to maintain a specific aspect ratio when scaling
//
// $width - in pixels
// $height - in pixels
@mixin aspect-ratio($width, $height) {
position: relative;