Looking for an online tool to easily convert a few lines of SASS into pure CSS. Despite searching on Google, all the links I found talk about converting CSS to SASS.
Below are the specific lines I need assistance in converting to CSS:
=text-shadow($color)
$str: null
@for $i from 1 through 32
$str: #{$i}px #{$i}px 0px #{$color}, $str
text-shadow: $str