'How can I link styles.scss file with django templates?

I just facing a silly problem. I can't link styles.scss file with django template from the static folder. This method not working here {% static '/css/style.scss' %}. Now, what will have to do for linking .scss file?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source