Texture Mixin for Sass

Awesome Sass plugin to experiment with Subtle Patterns Show archive.org snapshot based textures. It automatically removes the base color from the pattern, leaving a semi-transparent texture that you can tint in any color you want. It also has switches to invert the pattern.

@include texture(green, 34, 0); // color, texture-number, 0=inverted or 1=normal

If you have ever done this manually you know how much pain this can safe you. Check it out! Show archive.org snapshot

Henning Koch Over 10 years ago