blob: 30d80fdd83795cfd8722f5f472d7538f9b717f34 [file] [log] [blame]
'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'],
]);