Table of Contents:
Scrolling is not just for amateurs.
But seriously, scrolling is an art.
Don't be a SASS novice, be a SASS master.
@mixin hidden-text {
font-size: 16px;
color: #fff;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
Now you know the secrets of Advanced SASS.
Want to know more?