Searched refs:trimmedValue (Results 1 – 3 of 3) sorted by relevance
2 const trimmedValue = String(value).trim();3 if (trimmedValue.endsWith('%')) {4 return trimmedValue;6 return `${trimmedValue}px`;
1 …{\n const trimmedValue = String(value).trim();\n if (trimmedValue.endsWith('%')) {\n return t…
4 const trimmedValue = String(value).trim(); constant5 if (trimmedValue.endsWith('%')) {6 return trimmedValue;8 return `${trimmedValue}px`;