SyntaxFix
Write A Post
Hire A Developer
Questions
There is a builtin mixin: transparentize($color, $amount);
transparentize($color, $amount);
background-color: transparentize(#F05353, .3);
The amount should be between 0 to 1;
Official Sass Documentation (Module: Sass::Script::Functions)