Function convert White from HEX to RGB - SASS

/* USAGE: .sample { color: white(0.5); } */ @function white($opacity){ @return rgba(255,255,255,$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.