Bootstrap style lighter Framework (Less than 10K before gzip.)
- Same Syntax with Bootstrap;
- Just core styles implementation.
- Light Weight. Html header inline use recommended.
- Focus on style and size compressing. Not components or functions, which bootstrap goes too far with javascript things.
Now Size: compressed: 8.2KB, GZip: ?
Why not PURECSS?
PureCSS is small enough too: 4.3K base + lower than 5K theme(default rainbow/baby-blue theme), and well supported for basic functions.
but...
- PureCSS is a basement, not a well themed framework.
- Not easy theme building or customizing. (Which bootstrap supports LESS editing.)
- Different name space for using styles with bootstrap, which means can't switch a project smoothly between two frameworks.
Grid, Mobile Responsive, Basic TypographyTables, Forms, AlertsButtons, Labels, BadgesMenu, Tab, Pagination
ABOUT TO SUPPORTED:
- Fluid Grid
- Navbar
CONSIDERING...:
- Dropdown Menu
- ProgressBar
- Javascript Parts Style Plugin
- Icons via Base64 Plugin