jacobrask / styledocco

Automatically generate a style guide from your stylesheets.
http://jacobrask.github.com/styledocco/
MIT License
1.07k stars 119 forks source link

StyleDoccu CSs overwrites button class #73

Open keilo2000 opened 11 years ago

keilo2000 commented 11 years ago

we generating buttons with

Button label here

But the internal styledoccu css seem to overwrite this with this I try to get a way to ignore this so it picks my link classes up

a:link, a:visited { background: none repeat scroll 0 0 transparent; color: #333333; text-decoration: none; }

marrs commented 11 years ago

I don't understand this ticket. I think your example button label failed to render correctly. What is happening and what are you expecting to happen?