website/assets/sass/mixins/_text-border.sass
2015-08-30 12:34:43 -04:00

2 lines
145 B
Sass
Executable File

@mixin text-border($thickness, $color)
text-shadow: 0px -#{$thickness} $color, -#{$thickness} 0 $color, 0 $thickness $color, $thickness 0 $color