Recently I've been looking to add compass files to some reusable apps (well, reusable by me and my team.)
Ideally these files would be compiled with the compass files for the project, so that variables could be overwritten, etc. I think this should work in theory on production using collect static because it'll move all the sass files into the same directory before webassets renders things (I haven't tried it yet).
I have tried this locally and right now the compass files do not see each other when using runserver.
Recently I've been looking to add compass files to some reusable apps (well, reusable by me and my team.)
Ideally these files would be compiled with the compass files for the project, so that variables could be overwritten, etc. I think this should work in theory on production using collect static because it'll move all the sass files into the same directory before webassets renders things (I haven't tried it yet).
I have tried this locally and right now the compass files do not see each other when using runserver.