Skip to content
Snippets Groups Projects
Commit 98ad3035 authored by sebousan's avatar sebousan
Browse files

rename third argument to $selector

parent 718cdb6b
No related branches found
No related tags found
No related merge requests found
......@@ -91,8 +91,8 @@
top: 0
z-index: $zindex-stretched-link
@mixin aspect-ratio($width, $height, $tag: 'iframe')
#{$tag}
@mixin aspect-ratio($width, $height, $selector: 'iframe')
#{$selector}
aspect-ratio: #{$width}/#{$height}
display: block
width: 100%
......@@ -102,7 +102,7 @@
content: ''
padding-top: ($height / $width) * 100%
width: 100%
#{$tag}
#{$selector}
bottom: 0
left: 0
position: absolute
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment