mechio / takana

Takana lets you see your SCSS and CSS style changes live, in the browser, as you type them
http://takana.io
MIT License
1.11k stars 61 forks source link

"file to import not found or unreadable: "compass/css3/font-face #51

Closed welly closed 9 years ago

welly commented 9 years ago

Having a problem with Takana in that I'm continually getting warnings about missing files, in particular Compass libraries. I know they're working because I'm using them in my project. I'm importing the libraries as so:

@import "compass/css3/font-face";

Any thoughts?

Thanks!

barnaby commented 9 years ago

Hey there!

Unfortunately, because takana is based on libsass, it will not work with compass or other ruby sass based libraries. Luckily, there are a lot of great alternatives to compass features that support libsass out there.

As a general rule of thumb, check that your project compiles with libsass before trying takana.