cimak

Results 2 issues of cimak

It would be great if aligner could align attributes like this: from: ``` html 10. John 198. Barbara 0. Paul ``` to: ``` html 10. John 123,456. Barbara 0. Paul...

Why is transparent equal to black @2.9.3? ```js colord('transparent').isEqual('#000'); // true colord('transparent').isEqual('black')); // true colord('rgba(0,0,0, 0.0)').isEqual('#000'); // true colord('transparent').toHex(); // '#000000' colord('transparent').toRgbString(); // 'rgb(0, 0, 0)' colord('rgba(0,0,0, 0)').toRgbString(); // 'rgb(0,...