fbrctr / fabricator

A tool for building website UI toolkits and style guides
http://fbrctr.github.io/
MIT License
1.11k stars 124 forks source link

Style based on an external css framework #243

Open bertvh opened 8 years ago

bertvh commented 8 years ago

I'm creating a style guide built on top of bootstrap (bootstrap-material to be exact). Two things I'm struggling with.

  1. Including the bootstrap style messes up the fabricator styles for the menu etc. (everything gets really small).
  2. Next to the aggregates css and js, I would also like to offer these files without the external bootstrap.css/js included. Ideally I'd offer even more css/scss files: one for colors (that can be used by apps that don't use bootstrap), one for bootstrap apps that already include bootstrap and one monolithic css (as it is now).

Any ideas on how to approach this? Thanks!

danmv commented 8 years ago

Check this project out https://github.com/mohamedzougam/fabricator-bootstrap.

LukeAskew commented 8 years ago

I'm working on a refactor of fabricator, part of which is to address issues like this. Just need to find the time to knock it out!