How to use SCSS SASS in CakePHP 2

SASS is not working in my project and I don’t know how to give scss file link in CakePHP2

You need to compile the SCSS file into a CSS file, and link that in your cakephp template.

1 Like

Thank you. It has been solved.