Skip to content

Instantly share code, notes, and snippets.

@nathggns
nathggns / stroke.scss
Created June 24, 2012 17:40
Text Stroke SCSS Mixin (SASS)
@mixin stroke($width, $color) {
$shadow: 0 0 0 transparent;
$i: 0;
@while ($i < $width) {
$i: $i + 1;
$j: 0;
@while ($j < 2) {
$j: $j + 1;