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

SCSS variables and mixins seem to be ignored #260

Open
wouter-muller opened this issue Apr 26, 2016 · 1 comment
Open

SCSS variables and mixins seem to be ignored #260

wouter-muller opened this issue Apr 26, 2016 · 1 comment

Comments

@wouter-muller
Copy link

wouter-muller commented Apr 26, 2016

I am using SCSS variables and mixins to do some of the styling of for example my buttons. These variables/mixins are located in different partials than my _buttons.scss, therefore these styles are not used in my hologram Styleguide.

Is there a solution for this? (sorry if this is stated in your docs, i have read them, but can't find it)

@wouter-muller
Copy link
Author

wouter-muller commented Apr 26, 2016

I think something else is going on, i am playing around with the hologram-example repository.

When i go into the components/typography/typography.css, and change:

h1{
  font-size: 36px;
}

into:

h1{
  font-size: 136px;
} 

And then run hologram -c config.yml, it still has 36px for the font-size of the h1.

But changes i make to the /*doc part do get outputted correctly...

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

No branches or pull requests

1 participant