Last Updated: February 25, 2016
·
1.153K
· iam4x

text-stroke stylus function

Just a little function to generation a text stroke in css using text-shadow:

stroke(n)
  text-shadow: -1px -1px 0 n, 1px -1px 0 n, -1px 1px 0 n, 1px 1px 0 n