Skip to content

Commit d705ee9

Browse files
committed
refactor (placeholder-media): remove calc()
1 parent ae137a8 commit d705ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/02-tools/_m-placeholder-media.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
}
3939

4040
@mixin placeholder-media-size($width, $height) {
41-
padding-bottom: calc(math.div($height, $width) * 100%);
41+
padding-bottom: math.div($height, $width) * 100%;
4242
}

0 commit comments

Comments
 (0)