django-sass-processor
django-sass-processor copied to clipboard
Fix incorrect handling of the ROOT setting in configuration
This pull request fixes an issue where the ROOT setting was not being properly read from the configuration. Due to this, the behavior relying on ROOT did not function as expected in some environments.
Changes made: Ensured that the ROOT setting is retrieved correctly using getattr with a proper fallback.
Please let me know if any additional changes are needed. Thank you for maintaining this project.