Now able to run the site locally with zola serve.
Although... I made changes to masthead.html and/or to site.css). The changes (say, <nav class="flex flex-wrap ... are seen in the DOM yet they are not rendered. Am I missing something in my tailwind config or some other whatnot?
Now able to run the site locally with
zola serve.Although... I made changes to
masthead.htmland/or tosite.css). The changes (say,<nav class="flex flex-wrap ...are seen in the DOM yet they are not rendered. Am I missing something in my tailwind config or some other whatnot?