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

image-url() should be removed? #48

Open
joelpittet opened this issue May 21, 2015 · 4 comments
Open

image-url() should be removed? #48

joelpittet opened this issue May 21, 2015 · 4 comments

Comments

@joelpittet
Copy link

Noticed many references to image-url(). Does that work with libsass?

@sh1989
Copy link

sh1989 commented Jun 4, 2015

You're right. Libsass doesn't provide implementations of functions such as image-url, font-url, etc. They should be removed or implemented via a custom function in compass-mixins.

@strarsis
Copy link

It is possible to use JavaScript/node functions with libsass using eyeglass (or sassport).
For inlining SVGs, this eyeglass module can be used: eyeglass-inline-svg.

@warrickhill
Copy link

Any update to this?

@strarsis
Copy link

@warrickhill: node-sass supports custom functions.
eyeglass takes it further and automatically adds these custom functions from installed npm packages.
This in turn can be used to add the functionality to node-sass/libsass (see my previous post).

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