Julien Melissas

Julien Melissas


This is my blog.


I can’t promise anything, but I hope to write in here about Code, Music, Food, Cars, Life, and other stuff. Enjoy!

Navigation
Tagsnippet
Featured

Code

maybe-rgba() sass function

Posted on December 16th, 2017.

Earlier today I found myself in a funny situation. I have a sass mixin than adds a screen to divs which expects 2 arguments: $color and $opacity. From there, it takes those values and adds the appropriate code. Only problem, is I’m using my new customizer library (coming soon to a GitHub near you, I promise) which allows for color...

Featured

Code

Simple Bootstrap Shortcodes Plugin

Posted on November 22nd, 2014.

For any of you Roots developers out there, or really anyone who has a WordPress theme that uses Bootstrap 3, this little plugin that I created might be helpful.

Featured

Code

Setting the alt attribute from an ACF image object

Posted on August 24th, 2014.

You want to make sure your site always has an alt attribute for every single IMG tag for usability reasons, right? Yes. The answer to that question is yes. This is how to get one with ACF, without having to fill in the alt field for every single media object.