Kronuz / pyScss

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

font-files (inline-font-files) with format broken? #212

Closed funvit closed 11 years ago

funvit commented 11 years ago

call

font-files("#{ $file-path }.woff", woff);

raise

 File "/Users/funvit/python_envs/mgp_merged/lib/python2.7/site-packages/scss/types.py", line 518, in __init__
raise TypeError("Expected a Sass type, got %r" % (item,))
TypeError: Expected a Sass type, got 'url("static/../fonts/AppetiteNew-Regular.woff?_=NA") format("woff")'
funvit commented 11 years ago

hmm. fixed it myself... https://github.com/funvit/pyScss/tree/issue_212

eevee commented 11 years ago

fixed by reporter's PR