PING'S UI is based on the all inclusive, crossbrowser, front-end framework Foundation and utilizes Sass, which compiles to CSS via Compass. Foundation provides Sass mixins, which are an intergral part of PING'S grid and design.
Download Ping
git clone https://github.com/ushahidi/pingapp.git |
** To make style changes … Do not edit the `.css` files directly **
PING is a responsive, device agnostic app, meaning it is flexible and optimized for usability regardless of the device. It looks good on desktop, mobile phones and everything in between.
It is important to know that the PING grid is semantic, meaning it is controlled via the `.scss` files, **not the HTML**. If you need to adjust or add to the grid, please do so via Sass mixins provided by Foundation. Keep the grid out of the markup and in the CSS.
When in doubt reference the existing code and the Foundation docs.
If you have any questions feel free to contact seth(at)ushahidi.com or leave comments below.