Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
582 stars 141 forks source link

Unwanted substitution inside of quoted strings e.g. font names #205

Closed brendanarnold closed 11 years ago

brendanarnold commented 11 years ago

The following,

p {
     font-family: "Archivo Black", sans-serif;
}

compiles to ...

p { font-family: "Archivo #000", sans-serif; }

I'm using version 1.1.5

eevee commented 11 years ago

This is fixed in master, which I'm hoping to turn into a release within a week, knock on wood.