Frag accepts contributions from anyone, as long as you follow the guidelines below.
We won't accept features which radically deviate from the key goals of Frag – a simple, light-weight grid system.
For example, don't try to get typographic styles added to the core – you can build your own library for that :)
We will accept refactors where it makes an improvement to the maintainability of the code-base or makes code more readable/understandable. If there's an argument about what's readable or not, chat about it in a pull-request.
- No trailing whitespace please (except in Markdown)
- Generally follow the style that is currently present in the code – consistency is important
- Test changes in all supported browsers (see readme)
- Keep indentation consistent (four spaces)