-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
29 lines (20 loc) · 820 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
VariableGridGenerator
=====================
Variable Grid System: http://www.spry-soft.com/grids
960 Grid System: http://960.gs
The variable_grid_generator is a Ruby on Rails plugin that dynamically generates a CSS Grid System
based on the 960 Grid System by Nathan Smith.
Example
=======
12 column grid example
stylesheet_link_tag has_grid(:grid => 12, :gutter => 10, :column => 60)
16 column grid example
stylesheet_link_tag has_grid(:grid => 16, :gutter => 10, :column => 40)
30 column grid example
stylesheet_link_tag has_grid(:grid => 30, :gutter => 10, :column => 40)
Future Versions
===============
1. Ability to fix width of CSS template.
2. When run in production the grid file is created
3. Ability to specify a fluid grid
Copyright (c) 2010 David White, SprySoft Ltd, released under the MIT license