I'm creating a style guide built on top of bootstrap (bootstrap-material to be exact). Two things I'm struggling with.
Including the bootstrap style messes up the fabricator styles for the menu etc. (everything gets really small).
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).
I'm creating a style guide built on top of bootstrap (bootstrap-material to be exact). Two things I'm struggling with.
Any ideas on how to approach this? Thanks!