Ideally, I'd like to change a few variables, and add some minor CSS overrides so that the Herman theme matches my client's branding guidelines. What I imagine is a config path that points to a SCSS file in my project, where I can change things like $herman-sidebar-color and $herman-base-font-family. Then on compile, my overrides are built in to the theme. Is that possible?
Ideally, I'd like to change a few variables, and add some minor CSS overrides so that the Herman theme matches my client's branding guidelines. What I imagine is a config path that points to a SCSS file in my project, where I can change things like
$herman-sidebar-colorand$herman-base-font-family. Then on compile, my overrides are built in to the theme. Is that possible?