multiple breakpoints

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-06-20 23:25:18 +02:00
parent c07f0d302c
commit cf8617e809
48 changed files with 908 additions and 432 deletions

View File

@@ -15,7 +15,7 @@ export function toDots(
return {
...acc,
[`${path}${key}`]: value,
[`${path}${key}`]: typeof value === 'string' ? value.trim() : value,
};
}, {});
}