nutterb / pixiedust

Tables So Beautifully Fine-Tuned You Will Believe It's Magic.
179 stars 18 forks source link

Colors in 'bg' are not valid colors: rgba(255,255,255,0) #53

Closed nutterb closed 8 years ago

nutterb commented 8 years ago

Why can't I think of these things before I release?

The valid format for rgba requires a .0 in the alpha position. I should do a lot of testing to make sure that the spaces in the commas, and other reasonably coding conventions don't crash it. Or make "transparent" an acceptable color that translates to rgba(0,0,0,0).