6 ms·
Vital – a minimal (8kb) CSS framework for the modern web
- bodytaing 10y agoI am the author of this framework. Vital was built from the need for a truly mobile optimized CSS framework. If there are any questions regarding this framework feel free to ask. Hope you find this framework useful for your projects.
- brunomiranda 10y agoInteresting, as much as I don't think we need yet another CSS framework you bring up some good points about maintaining and expanding on something like Bootstrap. Are there plans to release a GEM and/or NPM package?
- bodytaing 10y agoA ruby gem and NPM package is in the works. Almost ready for release.
- anonymous_ 10y agoyou both work at the same company and you didn't know the answer?
- fo747 10y agoInteresting, do you have any examples of sites built with Vital?
- bodytaing 10y agoThe Vital site: http://doximity.github.io/vital/ http://doximity.github.io/vital/, Doximity blog: https://engineering.doximity.com/ https://engineering.doximity.com/, Doximity: https://www.doximity.com/ https://www.doximity.com/ - Internally we have it deployed to about 10 different applications.
- k__ 10y agoAre there any lightweight CSS frameworks with cards?
- bodytaing 10y agoIf you are referring to a layout that has a card UI like what Pinterest has, this can be built with almost any grid. See the "Grid" section of Vital: http://doximity.github.io/vital/components/ http://doximity.github.io/vital/components/ It's just a matter of styling the elements within the grid. I'm working on adding some layout examples to Vital.