-
Notifications
You must be signed in to change notification settings - Fork 38
Breakpoint Development Principles
lesjames edited this page Aug 4, 2012
·
1 revision
These core principles should serve as guidelines for future development.
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.
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.
Effort should always be given to ensure that breakpoint created layouts work in as many browsers as possible.