Currently, I am looking for a method to avoid caching CSS files on my nopCommerce website. In the past, I have achieved this by adding the date and another element at the end of the CSS call.
Html.AppendCssFileParts("~/Themes/CustomTheme/Content/css/site.css");
This is the process for adding CSS in nopCommerce, but I am struggling to recall how to guarantee that the CSS is not cached and will be loaded according to the specified date.