Cheshire Codes

Mini Docker Gripe

This has happened to me so many times, I'm writing a blog post just to vent about it.

Today, BLOG FROG's CI failed after I pushed an update. However, it wasn't due to the new code I pushed. To explain what happened, I'll have to give a brief background.

... Read more

LESS Can't Use Hex Codes with Opacity

I recently wrote this line of CSS inside of a .less file....

background: linear-gradient(#fff0, #fff);

...after first trying it out inside the browser inspector, where it worked as expected, rendering a gradient background from transparent fading into white.

However, it did not work correctly after compiling the LESS file. It looks like it was getting compiled to:

... Read more