frame-framework
v0.3.1
Published
A modern, lean front-end framework
Downloads
8
Maintainers
Readme
frame
A modern, lean front-end framework.
Getting Started
http://frame.uxpot.co/
Installation
npm install frame-framework
Key Concepts behind Frame
- Maximal efficiency with SASS.
- Modular structure created with BEM.
- Classes categorized with namespaces (similar to SMACSS).
- All the visual styles live in their own place as themes. You can easily create your own theme and change the look of the whole thing without touching the core or overwriting any code.
- The default Frame's grid is build on flex. It is very powerful and easy to use. Oh yes, how powerful it is. You can always switch it off if you really want to.
- There are no predefined breakpoints and column classes. No more
.col.col-xs-12.col-sm-5.col-sm-offset-1.col-md-4.col-lg-3
. - Rems are dead. Frame uses good old reference pixels (and ems, but only there where they really make sense).