- Download the "elements.scss".
- Add to any folder in your project
- Import it at the top of your stylesheet:
@import "elements.scss";
.box-shadow { @include drop-shadow(4px, 4px, 12px, 0.5); }
.box-gradient { @include gradient(#444, #222, #000); }
.box-rounded { @include rounded(2px); }
See more in elements.scss, is very simple :)