Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Required function not found ("string"): #29

Closed
vindolin opened this issue Jun 27, 2011 · 4 comments
Closed

Error: Required function not found ("string"): #29

vindolin opened this issue Jun 27, 2011 · 4 comments

Comments

@vindolin
Copy link

I get these errors printed to the console when parsing http://paste.pocoo.org/show/420982/

Error: Required function not found ("string"): -webkit-linear-gradient:3

Everything is working as expected though.

@amery
Copy link

amery commented Jun 27, 2011

I have the same warning with rect() and attr() but looking at the code these unknown functions are just passed through

@Kronuz
Copy link
Owner

Kronuz commented Jun 27, 2011

Oh, yeah, that's normal... It's just we need a list of all those that are "standard" CSS functions... So pyScss doesn't think they're it's own "missing" functions... I added a few, but haven't dug into the specs for that (still, -webkit-* and the like aren't standard)

Germán

On Jun 27, 2011, at 2:09 AM, vindolinreply@reply.github.com wrote:

I get these errors printed to the console when parsing http://paste.pocoo.org/show/420982/

Error: Required function not found ("string"): -webkit-linear-gradient:3

Everything is working as expected though.

Reply to this email directly or view it on GitHub:
#29

@masklinn
Copy link
Contributor

This bug's been fixed since 6462989 no?

@Kronuz
Copy link
Owner

Kronuz commented Jan 31, 2012

It has been fixed. I'm slowly adding functions, like I added scale() just the other day... and at some point I added all -webkit-, -ms-, -moz-, -o-, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants