[BDTheme] Trim meta values

This commit is contained in:
Ducko 2021-05-05 18:12:53 +01:00 committed by フズキ
parent e6e0e54913
commit f2b397fdbc
No known key found for this signature in database
GPG Key ID: E06450E46F83376C
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ export default (themePath, repo) => {
const [_, key, value] = match;
if (key === 'import') break;
value = value.trim();
// console.log(key, value);
switch (key) {