I just got into trying tailwind with my current site about three days ago and I am learning a lot. Now, all my pages (except one page type) share the same single.html file, but one of the section’s pages I have removed the list-style-type with CSS by code splitting the CSS files for single pages and assigning them conditionally.
However, other than duplicating the single.html for this section and applying the CSS (class), is there another way to achieve this within Hugo without resulting to inline CSS?