Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a good way to customize the Herman CSS? #252

Open
kkellydesign opened this issue Jan 29, 2018 · 2 comments
Open

Is there a good way to customize the Herman CSS? #252

kkellydesign opened this issue Jan 29, 2018 · 2 comments
Assignees
Milestone

Comments

@kkellydesign
Copy link

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?

@mirisuzanne mirisuzanne added this to the Backlog milestone Jan 29, 2018
@mirisuzanne
Copy link
Member

We don't have that feature yet, but we've had several requests for it. I'll add this to our feature backlog for discussion. If you're interested in helping make it happen, I'd be happy to talk about approach.

@kkellydesign
Copy link
Author

Sure, I'd be happy to help. In the mean time, the following works, even if it's a bit of a hack:

trackingCode: '<link href="../build/for-styleguide/herman-overrides.css" rel="stylesheet" type="text/css">',

So, I'm just overriding things in my own file and leaving the entire herman project untouched in node_modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants