Vertebral is a simple, responsive boilerplate to kickstart any responsive project.
Check out https://github.com/jkernech/vertebral for documentation and details.
Clone the repo: git clone https://github.com/jkernech/vertebral.git
Install dependencies: npm install
Vertebral is lightweight and simple. It styles only raw HTML elements (with a few exceptions) and provides a responsive grid. Nothing more.
- Around 800 lines of CSS unminified and with comments
- It's a starting point, not a UI framework
- No compiling or installing...just vanilla CSS
- Button disable styles
- Formatting for date inputs
- Text utilities for alignment
- Handle
:active
state
cf. Skeleton issues and PR
Instead of having to add a css reference, normalize.css is directly embedded in vertebral.css
- Form fields
- Links styling
- Responsive images
- Responsive embed utilities (iframe, video, embed...)
- Block shapes
- Text utilities
- Android
- iOS
- Windows Phone
- Chrome latest
- Firefox latest
- Opera latest
- Safari latest
- IE latest
The above list is non-exhaustive. Skeleton works perfectly with almost all older versions of the browsers above, though IE certainly has large degradation prior to IE9.
All parts of Vertebral are free to use and abuse under the open-source MIT license.
Vertebral is based on Skeleton. Skeleton was created by Dave Gamache.