Function convert Black from HEX to RGB - SASS

/* USAGE: .sample { color: black(0.3); } */ @function black($opacity){ @return rgba(0,0,0,$opacity); }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.