File size: 267 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
export const COLOR_VARIATIONS_BLOCK_LIST = [
'pub/aldente',
'pub/bute',
'pub/calyx',
'pub/entry',
'pub/eventual',
'pub/feelingood',
'pub/foam',
'pub/jinjang',
'pub/loudness',
'pub/nested',
'pub/ritratto',
'pub/spiel',
'pub/tenaz',
'premium/skivers',
];
|