Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
7d83f45e
Commit
7d83f45e
authored
Jan 25, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
start filling out mixins tables
parent
7ca3b98d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
46 deletions
+46
-46
docs/less.html
docs/less.html
+23
-23
docs/templates/pages/less.mustache
docs/templates/pages/less.mustache
+23
-23
No files found.
docs/less.html
View file @
7d83f45e
...
...
@@ -411,7 +411,7 @@
</div>
<!-- /span4 -->
<div
class=
"span4"
>
<h3>
Parametric mixins
</h3>
<p>
A parametric mixin is just like a basic mixin, but it also accepts optional
parama
ters (hence the name).
</p>
<p>
A parametric mixin is just like a basic mixin, but it also accepts optional
Parame
ters (hence the name).
</p>
<pre
class=
"prettyprint linenums"
>
Coming soon!
</pre>
...
...
@@ -428,45 +428,45 @@
<thead>
<tr>
<th
class=
"span4"
>
Mixin
</th>
<th>
Param
a
ters
</th>
<th>
Param
e
ters
</th>
<th>
Usage
</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>
.clearfix()
</code></td>
<td></td>
<td></td>
<td><
em
class=
"muted"
>
none
</em><
/td>
<td>
Add to any parent to clear floats within
</td>
</tr>
<tr>
<td><code>
.center-block()
</code></td>
<td></td>
<td></td>
<td><
em
class=
"muted"
>
none
</em><
/td>
<td>
Auto center a block-level element using
<code>
margin: auto
</code>
</td>
</tr>
<tr>
<td><code>
.ie7-inline-block()
</code></td>
<td></td>
<td></td>
<td><
em
class=
"muted"
>
none
</em><
/td>
<td>
Use in addition to regular
<code>
display: inline-block
</code>
to get IE7 support
</td>
</tr>
<tr>
<td><code>
.size()
</code></td>
<td></td>
<td></td>
<td><
code>
@height: 5px, @width: 5px
</code><
/td>
<td>
Quickly set the height and width on one line
</td>
</tr>
<tr>
<td><code>
.square()
</code></td>
<td></td>
<td></td>
<td><
code>
@size: 5px
</code><
/td>
<td>
Builds on
<code>
.size()
</code>
to set the width and height as same value
</td>
</tr>
<tr>
<td><code>
.opacity()
</code></td>
<td></td>
<td></td>
<td><
code>
@opacity: 100
</code><
/td>
<td>
Set, in whole numbers, the opacity percentage (e.g., "50" or "75")
</td>
</tr>
<tr>
<td><code>
.reset-filter()
</code></td>
<td></td>
<td></td>
<td><
em
class=
"muted"
>
none
</em><
/td>
<td>
Resets any IE filter
</td>
</tr>
</tbody>
</table>
...
...
@@ -475,15 +475,15 @@
<thead>
<tr>
<th
class=
"span4"
>
Mixin
</th>
<th>
Param
a
ters
</th>
<th>
Param
e
ters
</th>
<th>
Usage
</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>
.placeholder()
</code></td>
<td></td>
<td></td>
<td><
code>
@color: @placeholderText
</code><
/td>
<td>
Set the
<code>
placeholder
</code>
text color for inputs
</td>
</tr>
</tbody>
</table>
...
...
@@ -492,7 +492,7 @@
<thead>
<tr>
<th
class=
"span4"
>
Mixin
</th>
<th>
Param
a
ters
</th>
<th>
Param
e
ters
</th>
<th>
Usage
</th>
</tr>
</thead>
...
...
@@ -539,7 +539,7 @@
<thead>
<tr>
<th
class=
"span4"
>
Mixin
</th>
<th>
Param
a
ters
</th>
<th>
Param
e
ters
</th>
<th>
Usage
</th>
</tr>
</thead>
...
...
@@ -571,7 +571,7 @@
<thead>
<tr>
<th
class=
"span4"
>
Mixin
</th>
<th>
Param
a
ters
</th>
<th>
Param
e
ters
</th>
<th>
Usage
</th>
</tr>
</thead>
...
...
@@ -648,7 +648,7 @@
<thead>
<tr>
<th
class=
"span4"
>
Mixin
</th>
<th>
Param
a
ters
</th>
<th>
Param
e
ters
</th>
<th>
Usage
</th>
</tr>
</thead>
...
...
docs/templates/pages/less.mustache
View file @
7d83f45e
...
...
@@ -347,7 +347,7 @@
</div>
<!-- /span4 -->
<div
class=
"span4"
>
<h3>
Parametric mixins
</h3>
<p>
A parametric mixin is just like a basic mixin, but it also accepts optional
parama
ters (hence the name).
</p>
<p>
A parametric mixin is just like a basic mixin, but it also accepts optional
Parame
ters (hence the name).
</p>
<pre
class=
"prettyprint linenums"
>
Coming soon!
</pre>
...
...
@@ -364,45 +364,45 @@
<thead>
<tr>
<th
class=
"span4"
>
Mixin
</th>
<th>
Param
a
ters
</th>
<th>
Param
e
ters
</th>
<th>
Usage
</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>
.clearfix()
</code></td>
<td></td>
<td></td>
<td><
em
class=
"muted"
>
none
</em><
/td>
<td>
Add to any parent to clear floats within
</td>
</tr>
<tr>
<td><code>
.center-block()
</code></td>
<td></td>
<td></td>
<td><
em
class=
"muted"
>
none
</em><
/td>
<td>
Auto center a block-level element using
<code>
margin: auto
</code>
</td>
</tr>
<tr>
<td><code>
.ie7-inline-block()
</code></td>
<td></td>
<td></td>
<td><
em
class=
"muted"
>
none
</em><
/td>
<td>
Use in addition to regular
<code>
display: inline-block
</code>
to get IE7 support
</td>
</tr>
<tr>
<td><code>
.size()
</code></td>
<td></td>
<td></td>
<td><
code>
@height: 5px, @width: 5px
</code><
/td>
<td>
Quickly set the height and width on one line
</td>
</tr>
<tr>
<td><code>
.square()
</code></td>
<td></td>
<td></td>
<td><
code>
@size: 5px
</code><
/td>
<td>
Builds on
<code>
.size()
</code>
to set the width and height as same value
</td>
</tr>
<tr>
<td><code>
.opacity()
</code></td>
<td></td>
<td></td>
<td><
code>
@opacity: 100
</code><
/td>
<td>
Set, in whole numbers, the opacity percentage (e.g., "50" or "75")
</td>
</tr>
<tr>
<td><code>
.reset-filter()
</code></td>
<td></td>
<td></td>
<td><
em
class=
"muted"
>
none
</em><
/td>
<td>
Resets any IE filter
</td>
</tr>
</tbody>
</table>
...
...
@@ -411,15 +411,15 @@
<thead>
<tr>
<th
class=
"span4"
>
Mixin
</th>
<th>
Param
a
ters
</th>
<th>
Param
e
ters
</th>
<th>
Usage
</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>
.placeholder()
</code></td>
<td></td>
<td></td>
<td><
code>
@color: @placeholderText
</code><
/td>
<td>
Set the
<code>
placeholder
</code>
text color for inputs
</td>
</tr>
</tbody>
</table>
...
...
@@ -428,7 +428,7 @@
<thead>
<tr>
<th
class=
"span4"
>
Mixin
</th>
<th>
Param
a
ters
</th>
<th>
Param
e
ters
</th>
<th>
Usage
</th>
</tr>
</thead>
...
...
@@ -475,7 +475,7 @@
<thead>
<tr>
<th
class=
"span4"
>
Mixin
</th>
<th>
Param
a
ters
</th>
<th>
Param
e
ters
</th>
<th>
Usage
</th>
</tr>
</thead>
...
...
@@ -507,7 +507,7 @@
<thead>
<tr>
<th
class=
"span4"
>
Mixin
</th>
<th>
Param
a
ters
</th>
<th>
Param
e
ters
</th>
<th>
Usage
</th>
</tr>
</thead>
...
...
@@ -584,7 +584,7 @@
<thead>
<tr>
<th
class=
"span4"
>
Mixin
</th>
<th>
Param
a
ters
</th>
<th>
Param
e
ters
</th>
<th>
Usage
</th>
</tr>
</thead>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment