Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

//@ to indicate sourceMappingURL pragmas is deprecated

10 views
Skip to first unread message

georgegl...@gmail.com

unread,
Jul 26, 2018, 12:13:33 PM7/26/18
to mozilla-d...@lists.mozilla.org
Hi:

Using sourceMapping to scale webpages. Warning pops up and links to: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Deprecated_source_map_pragma?utm_source=mozilla&utm_medium=firefox-console-errors&utm_campaign=default

So I tried changing (what are the // for before the @ or # which renders the command inoperative and screw up my page. Works fine producing truncated page length but desired repositioning using only @. Using # does nothing except failing repositioning.

@media screen and (max-width: 1147px) {
.social-nav-main {
display: block;
/* align: left;*/
float: left;
width: 65vw;
position: relative;
top: 0px;
z-index: 0;
}
}

@media screen and (min-width: 1148px) {
.social-nav-main {

display: block;
position: relative;
/* align: right;*/
float: right;
width: 50vw;
right: 10px;
z-index: 0;
}

}

0 new messages