frame-framework

0.3.1 • Public • Published

frame

npm version

A modern, lean front-end framework.

Getting Started

http://frame.uxpot.co/

Installation

npm install frame-framework

Key Concepts behind Frame

  1. Maximal efficiency with SASS.
  2. Modular structure created with BEM.
  3. Classes categorized with namespaces (similar to SMACSS).
  4. 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.
  5. 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.
  6. 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.
  7. Rems are dead. Frame uses good old reference pixels (and ems, but only there where they really make sense).

Package Sidebar

Install

npm i frame-framework

Weekly Downloads

1

Version

0.3.1

License

MIT

Last publish

Collaborators

  • eucalyptuss