Hi, I followed almost all the steps in theme tutorial lecture in the learn section of grav.
but i am unable to get final output as in the tutorial.
The only process i din't follow was in the tut, they used pure blank to create new theme but I used inheritance method to inherit from a base theme . Everything works well except the custom.css part.
https://learn.getgrav.org/themes/theme-tutorial
I copied the step-6: Theme CSS code in my custom.css file but no changes were reflected in my site. But, when I just put a single line code like : body a { color: red; } , the changes are made to my site.
