CultivateLabs / jetfuel

A Rails template with our standard defaults, ready to deploy to Heroku.
MIT License
3 stars 1 forks source link

A set of default sass files #2

Open bcroesch opened 10 years ago

bcroesch commented 10 years ago

Not sure if I'm for this or not, but a suggestion for consideration. Maybe we should auto generate & import a set of sass files for our ui kit that we think should be used on every project. So we'd have a nav.css.scss, buttons.css.scss, modals.css.scss, etc. This way, those files and their names are consistent from project to project and we always know where to go look for them. We're already doing this for flashes. Seems like it might be a good idea for other common components as well.

dvanderbeek commented 10 years ago

This should go in Leather. If we do it, we should probably have a leather.css file that imports all the other files, and those should be in a sub-folder. That's pretty much what Bootstrap-sass does in the first place. https://github.com/twbs/bootstrap-sass/blob/master/assets/stylesheets/bootstrap/bootstrap.scss