I\'m writing a font declaration with short-hand syntax, and I\'m using SASS. I\'d like to escape the \'/\' character to avoid SASS makes the divition operation.
font: #{$fontSize}/#{$lineHeight} $fontName should do it.
font: #{$fontSize}/#{$lineHeight} $fontName