Closed rockymeza closed 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.
I was hoping to support both versions of PyScss with this also.
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.