Urara-Blog/node_modules/.pnpm-store/v3/files/79/0be0de356a8e70f4ccf94a4e68dbf984f41f3bd3549e2b947170fc808c5e2ddcbad14073ed9aed35efc5cf4e77c6deff4ca85f48d2e619a9bc89399fda9e24
2022-08-14 01:14:53 +08:00

9 lines
340 B
Text

'use strict';
module.exports = new Map([
[['repeat', 'no-repeat'].toString(), 'repeat-x'],
[['no-repeat', 'repeat'].toString(), 'repeat-y'],
[['repeat', 'repeat'].toString(), 'repeat'],
[['space', 'space'].toString(), 'space'],
[['round', 'round'].toString(), 'round'],
[['no-repeat', 'no-repeat'].toString(), 'no-repeat'],
]);