I'm trying to use Sass and Sass Libraries with Django-Pipeline but my 
@import directives always error out saying they can't find the libraries I 
have installed.

Here is my settings file https://gist.github.com/43b0e4d5c93b943d9760

Then I have my scss file trying to do

@import 'bourbon';
@import 'compass';
@import 'breakpoint';

and it will fail showing this error. 
https://gist.github.com/28e617581fa198a8690d

Has anyone setup a Django project that's been able to properly import Sass 
libraries and if so how would you best do that?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a7fa8151-f216-4e2c-9b23-2f5628a63e8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to