Hacker News new | ask | show | jobs
by BadiPod 5239 days ago
Personally I like that Bootstrap is NOT Themed. It's minimalistic and still very flexible. I believe it should always stay as a BASELINE. I want to build amazing designs on top of it, and save time by not having to copy code again and again for round corners, shadows, forms, tables, etc.
1 comments

Right, I see themes as collections of components. They should be anyway, such that those individual components can be used, mixed and match, the way bootstrap gives you components like shadows, forms, rounded corners, etc.

I'm thinking a theme would be a collection of one level higher things like buttons, menus, a picture showing widget, or whatever.

And each component would have no other dependancies other than bootstrap, hopefully.

Agreed