Skip to content

Instantly share code, notes, and snippets.

@trovster
trovster / _social-icons.sass
Created January 29, 2014 15:36
A little bit of Sass which generates the CSS for a sprite of social media icons.
/**
* =social
* @section Social Icons
* --------------------------------------------------------------------------------------------------
*/
.social-icons {
@include clearfix;
@include position(relative, 0 0 0 0);
li {