I want to make a change to the way some thing is styled. I edited themes/sam/static/css/style.css (and reran hugo -D) but my changes are not incorporated into the generated style sheet in public/css/
In the public/css folder there are two files (after rm -f public ; hugo -D).
One style.css has my changes.
The other main.main.<hexadecimal string>.css is a minified version that does not.
I am wondering if I am editing the correct source file, since I am not missing out a theme building step.
I edited themes/sam/static/css/style.css. I had to “un-minify” it first…