April 2013
Intermediate to advanced
274 pages
5h 39m
English
The opacify and fade-in do the exact opposite of transparentize/fade-out. It makes a color more opaque. Here are two examples of the syntax for reference. One uses fade-in, the other uses opacify, both have exactly the same effect:
background-color: fade-in($color3, .3); background-color: opacify($color3, .3);
Read now
Unlock full access