maxim / bootswatch-rails

Bootswatches converted to SCSS ready to use in Rails asset pipeline.
MIT License
489 stars 84 forks source link

Request: Bootswatches with Standard bootstrap dimensions #36

Closed izelnakri closed 11 years ago

izelnakri commented 11 years ago

That would make some bootswatches like Readable more compatible to use with existing standard bootstrap applications; same width&height navbars, same size text, etc.

Different gem or git branch or new directories(e.x @import 'bootswatch/ readable-standard /variables' ) inside the master branch should be provided.

maxim commented 11 years ago

I'm not sure what you mean exactly by "standard bootstrap dimensions". Could you elaborate?

izelnakri commented 11 years ago

same width & height elements(nav bar, buttons, breadcrumbs etc.) and maybe even same size(not same pixel values since font changes) text. In other words, changing a bootstrap site into a bootswatch should require no modifications other than the css import statement. Current bootswatch sites assume you start a site from scratch or alter the values to the previous standard bootstrap values, if you want to keep the previous sizes intact.

maxim commented 11 years ago

Sounds like you're proposing a feature for bootswatches. I'm not the author of them, I only convert them for Rails. The bootswatches repository is here: https://github.com/thomaspark/bootswatch.