We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbe17c9 + a63bcad commit 70c7d2fCopy full SHA for 70c7d2f
src/scss/abstract/_index.scss
@@ -27,6 +27,7 @@
27
@import "./m-hover";
28
@import "./m-img-responsive";
29
@import "./m-placeholder";
30
+@import "./m-placeholder-media";
31
@import "./m-pseudo-content";
32
@import "./m-radio-custom";
33
@import "./m-row-fullwidth";
src/scss/abstract/_m-placeholder-media.scss
@@ -17,7 +17,7 @@
17
height: 0;
18
}
19
20
- #{$target} {
+ #{$targets} {
21
position: absolute;
22
top: 0;
23
left: 0;
0 commit comments