I've been trying for the past 30 minutes to get single-text-shadow to work to no avail.
Are there any examples on correct usage? I've seen the example on the compass docs that uses default values, but I want to pass the data directly to the method.
The following doesn't appear to work:
@include single-text-shadow(1px, 1px, 2px, $color: black);