choffmeister / roboto-fontface-bower

Bower package for the Roboto font-face
Apache License 2.0
153 stars 57 forks source link

Workaround normalization behavior in Sass #2

Closed malept closed 10 years ago

malept commented 10 years ago

Evidently in Sass, when you have a bare color name, it will normalize it so that the name is all lowercase. We're not using it as a color name, so it needs to be quoted to avoid this behavior.

(I didn't pick this up when I originally wrote it because I wasn't using a browser that tried to download all of the defined webfonts at once...sorry about that.)

choffmeister commented 10 years ago

Thanks for contribution. This change is now available in v0.1.4