You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of this condition (what's the advantage of this ?) the asset service does not parse and process any configured media queries if something other than "auto" is set as the format:
if (!$isAutoFormat) {
continue;
}
This lines should be removed
The text was updated successfully, but these errors were encountered:
Because of this condition (what's the advantage of this ?) the asset service does not parse and process any configured media queries if something other than "auto" is set as the format:
This lines should be removed
The text was updated successfully, but these errors were encountered: