Released software
Published the first version of hex-rgbs to npm

Converts hex color codes to rgba or rgb. It's unique feature is that you can provide a string for the rgba alpha value. All other packages I looked at forced you to provide a number.

We had an edge case with our twelvecss npm package, where we needed to convert hex and provide 'var(--tw-bg-opacity)' as the alpha.