Varun A P
Varun A P
Did you launch the site with the commands [here](https://github.com/apvarun/blist-hugo-theme#configuring-theme-to-a-hugo-website) ? or using `hugo serve`? Hugo serve doesn't rebuild the site's CSS files for the color change
Is there a repo where this issue is reproducible?
@Oziomaoguine007 This theme uses PostCSS to optimize the CSS output with Hugo (https://gohugo.io/hugo-pipes/postcss/) You will need to run this to set it up. Make sure nodejs is installed in your...
@jmflaherty definitely! I believe the change should only be the trailing slash right? and not the styles/classnames. Can you send a PR ?
I'm not sold on the idea of initializing it on DOM before actually displaying it. Although this enables to have a transition, this would add unnecessary DOM elements without even...