fusionbox / django-pyscss

Makes it easier to use PyScss in Django
https://pypi.python.org/pypi/django-pyscss
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

Started PyScss 1.3 support With the DjangoImportExtension #31

Closed rockymeza closed 9 years ago

rockymeza commented 9 years ago

DON'T MERGE

An attempt at supporting PyScss 1.3 using an Extension. This is an exploratory stab.

This is different from #26, because instead of inserting ourselves at the search_paths, we use the Extension API to override importing altogether.

It works OK, but I'm unhappy with how the images stuff works.

I also don't want to have the CompassExtension enabled by default if the scss.Compiler doesn't have it enabled by default.

cc @eevee.

rockymeza commented 9 years ago

I was hoping to support both versions of PyScss with this also.