From 7d83f45ebbadf7d100b56f944718763a6ce3e55c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 25 Jan 2012 14:08:51 -0800 Subject: start filling out mixins tables --- docs/less.html | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index c77ba9706..23c2c53c6 100644 --- a/docs/less.html +++ b/docs/less.html @@ -411,7 +411,7 @@

Parametric mixins

-

A parametric mixin is just like a basic mixin, but it also accepts optional paramaters (hence the name).

+

A parametric mixin is just like a basic mixin, but it also accepts optional Parameters (hence the name).

   Coming soon!
 
@@ -428,45 +428,45 @@ Mixin - Paramaters + Parameters Usage .clearfix() - - + none + Add to any parent to clear floats within .center-block() - - + none + Auto center a block-level element using margin: auto .ie7-inline-block() - - + none + Use in addition to regular display: inline-block to get IE7 support .size() - - + @height: 5px, @width: 5px + Quickly set the height and width on one line .square() - - + @size: 5px + Builds on .size() to set the width and height as same value .opacity() - - + @opacity: 100 + Set, in whole numbers, the opacity percentage (e.g., "50" or "75") .reset-filter() - - + none + Resets any IE filter @@ -475,15 +475,15 @@ Mixin - Paramaters + Parameters Usage .placeholder() - - + @color: @placeholderText + Set the placeholder text color for inputs @@ -492,7 +492,7 @@ Mixin - Paramaters + Parameters Usage @@ -539,7 +539,7 @@ Mixin - Paramaters + Parameters Usage @@ -571,7 +571,7 @@ Mixin - Paramaters + Parameters Usage @@ -648,7 +648,7 @@ Mixin - Paramaters + Parameters Usage -- cgit v1.2.3