Skip to content

Breakpoint Development Principles

lesjames edited this page Aug 4, 2012 · 1 revision

Project Guidelines

These core principles should serve as guidelines for future development.

Simplicity

The classes and interfacing with the breakpoint mixin should be simple. Keep the number of classes small and make their names intuitive. The same goes for arguments to the breakpoint mixin.

Focus

It's tempting to create a framework that can do everything. Breakpoint should simply do one thing and do it really well... make a responsive grid.

Cross Browser

Effort should always be given to ensure that breakpoint created layouts work in as many browsers as possible.

Clone this wiki locally