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
function parse(v) {
if (String(v).toLowerCase() === 'auto') {
return 'auto';
}
if (String(v).toLowerCase() === 'inherit') {
return 'inherit';
}
return external_dependency_parsers_0.parseMeasurement(v);
}
The text was updated successfully, but these errors were encountered:
kcaayush2158
changed the title
there where two duplicate function in same file (properties.js)
there where two duplicate function in same file (properties.js) v:4.0.1
May 13, 2024
The text was updated successfully, but these errors were encountered: