Skip to content

Commit 70c7d2f

Browse files
authored
Merge pull request #184 from BeAPI/fix/placeholder-media
fix (placeholder-media) : wrong variable name + add @import
2 parents fbe17c9 + a63bcad commit 70c7d2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/scss/abstract/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
@import "./m-hover";
2828
@import "./m-img-responsive";
2929
@import "./m-placeholder";
30+
@import "./m-placeholder-media";
3031
@import "./m-pseudo-content";
3132
@import "./m-radio-custom";
3233
@import "./m-row-fullwidth";

src/scss/abstract/_m-placeholder-media.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
height: 0;
1818
}
1919

20-
#{$target} {
20+
#{$targets} {
2121
position: absolute;
2222
top: 0;
2323
left: 0;

0 commit comments

Comments
 (0)