Igosuki / compass-mixins

A collection of compass' stylesheet for bower dependencies and libsass
Other
592 stars 197 forks source link

image-url() should be removed? #48

Open joelpittet opened 9 years ago

joelpittet commented 9 years ago

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

sh1989 commented 9 years ago

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 commented 8 years ago

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 commented 7 years ago

Any update to this?

strarsis commented 7 years ago

@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).