While I usually work with CSS, I've decided to tackle SASS in order to improve my efficiency.
I successfully converted a CSS file from .css to .scss and it still works as expected. However, when I added variables, they didn't function properly. The variable values were not applied or executed.
After doing some research, I discovered that WordPress does not support SASS compiling by default. How can I go about implementing this feature?
Thank you