Skip to content

Commit

Permalink
docs(css): added info on grids
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lamping committed Jun 11, 2014
1 parent 17ff3fb commit ae6f7d8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions guides/css-styleguide.md
Expand Up @@ -98,6 +98,15 @@ in useful diffs and blames.

In order to create consistent class names, it's encouraged to use the naming defined at [semantic-ui.com](http://semantic-ui.com). This is especially true for components that are meant to be re-usable like icons or alert boxes.

## Common Classes
## Frameworks

Use grids/common CSS class names to limit duplication in CSS...
### Grids/Layout

Encore UI currently does not prescribe a specific grid system that apps should use. We leave the choice of framework up to the developers of the app and what fits them best.

For layout needs (e.g. rxApp and rxForm), Encore uses either `flexbox` and `floats`, respectively. While relatively new, flexbox has proven to be very powerful and will likely replace floats as the defacto solution for layouts in the Encore UI framework.

### Recommended Libraries

- http://purecss.io/grids/
- http://flexboxgrid.com/

0 comments on commit ae6f7d8

Please sign in to comment.