emiloberg / markdown-styleguide-generator

Will search all your (s)css files for comments and generate a single page html styleguide
GNU General Public License v3.0
62 stars 19 forks source link

Not including styles. #5

Closed hubbubca closed 9 years ago

hubbubca commented 9 years ago

I'm sure this is me doing something wrong, but the styles aren't rendering. The glyphs not showing up doesn't surprise me, the rest does though.

Here's a screenshot

screen shot 2015-06-07 at 15 04 21

Any help would be splendid :)

emiloberg commented 9 years ago

How does the css-file look like, do you actually have the icon-search and glyph-1x classes? And do they output anything?

hubbubca commented 9 years ago

That's not what is bothering me, it's the non styling of the left bar etc 😃

On Mon, Jun 8, 2015, 08:25 Emil Öberg notifications@github.com wrote:

How does the css-file look like, do you actually have the icon-search and glyph-1x classes?

— Reply to this email directly or view it on GitHub https://github.com/emiloberg/markdown-styleguide-generator/issues/5#issuecomment-109976389 .

emiloberg commented 9 years ago

This style guide tool includes as little styling as possible (as all styling should be inherited from the real stylesheet of your website). If you're referring to that the font family of the side bar is different from the one in the readme screenshot this is simply because the readme screenshot has inherited styles.

If you want to add styles (e.g. to the side bar) you can add the css to the template.

Does this help you?

hubbubca commented 9 years ago

This is perfect, thank you! 😀

On Mon, Jun 8, 2015, 10:02 Emil Öberg notifications@github.com wrote:

This style guide tool includes as little styling as possible (as all styling should be inherited from the real stylesheet of your website). If you're referring to that the font family of the side bar is different from the one in the readme screenshot https://raw.githubusercontent.com/emiloberg/markdown-styleguide-generator/master/docs/screenshot-sample.png this is simply because the readme screenshot has inherited styles.

If you want to add styles (e.g. to the side bar) you can add the css to the template https://github.com/emiloberg/markdown-styleguide-generator#custom-look-and-feel .

Does this help you?

— Reply to this email directly or view it on GitHub https://github.com/emiloberg/markdown-styleguide-generator/issues/5#issuecomment-110006239 .