begriffs / styleguide_rails

generate a living styleguide with one command
MIT License
69 stars 10 forks source link

How does this work if you're using something like Flat UI? #57

Closed akshatpradhan closed 10 years ago

akshatpradhan commented 10 years ago

Do I have to recreate the CSS or can it just parse Flat CSS and prefill some of the styles for the styleguide?

begriffs commented 10 years ago

Any styles that your Rails app includes through the asset pipeline will be applied to the items in your styleguide. The styleguide and the site share the same style. So if you have pulled Flat UI into the project, you should be able to add widgets in the styleguide that use it. Are you seeing unexpected behavior?