Open huyinghuan opened 8 years ago
colors.js in line: 221
colors[typ] = convert[from + '2' + typ](colors[from]);
Please give me more information. This is not replicable for me. If I have a <input class="color" /> instead of <input class="color" value="#B6BD79" /> it falls back to #FFFFFF but it doesn't throw an error.
<input class="color" />
<input class="color" value="#B6BD79" />
#FFFFFF
colors.js in line: 221