diff options
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/less.mustache | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 5345cbf97..7698dd290 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -735,6 +735,16 @@ <td><code>@fluidGridColumnWidth, @fluidGridGutterWidth</code></td> <td>{{_i}}Generate a precent grid system with <em>n</em> columns and <em>x</em> % wide gutter{{/i}}</td> </tr> + <tr> + <td><code>#grid > .input()</code></td> + <td><code>@gridColumnWidth, @gridGutterWidth</code></td> + <td>{{_i}}Generate the pixel grid system for <code>input</code> elements, accounting for padding and borders{{/i}}</td> + </tr> + <tr> + <td><code>.makeColumn</code></td> + <td><code>@columns: 1, @offset: 0</code></td> + <td>{{_i}}Turn any <code>div</code> into a grid column without the <code>.span*</code> classes{{/i}}</td> + </tr> </tbody> </table> <h3>{{_i}}CSS3 properties{{/i}}</h3> |
