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
452ddc0f
Commit
452ddc0f
authored
Mar 31, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update less docs page to reflect changes in mixins (no more default values) and variable name fix
parent
f37d9aea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/less.html
docs/less.html
+7
-7
docs/templates/pages/less.mustache
docs/templates/pages/less.mustache
+7
-7
No files found.
docs/assets/bootstrap.zip
View file @
452ddc0f
No preview for this file type
docs/less.html
View file @
452ddc0f
...
@@ -704,17 +704,17 @@
...
@@ -704,17 +704,17 @@
</tr>
</tr>
<tr>
<tr>
<td><code>
.size()
</code></td>
<td><code>
.size()
</code></td>
<td><code>
@height
: 5px, @width: 5px
</code></td>
<td><code>
@height
@width
</code></td>
<td>
Quickly set the height and width on one line
</td>
<td>
Quickly set the height and width on one line
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
.square()
</code></td>
<td><code>
.square()
</code></td>
<td><code>
@size
: 5px
</code></td>
<td><code>
@size
</code></td>
<td>
Builds on
<code>
.size()
</code>
to set the width and height as same value
</td>
<td>
Builds on
<code>
.size()
</code>
to set the width and height as same value
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
.opacity()
</code></td>
<td><code>
.opacity()
</code></td>
<td><code>
@opacity
: 100
</code></td>
<td><code>
@opacity
</code></td>
<td>
Set, in whole numbers, the opacity percentage (e.g., "50" or "75")
</td>
<td>
Set, in whole numbers, the opacity percentage (e.g., "50" or "75")
</td>
</tr>
</tr>
</tbody>
</tbody>
...
@@ -822,12 +822,12 @@
...
@@ -822,12 +822,12 @@
<tbody>
<tbody>
<tr>
<tr>
<td><code>
.border-radius()
</code></td>
<td><code>
.border-radius()
</code></td>
<td><code>
@radius
: 5px
</code></td>
<td><code>
@radius
</code></td>
<td>
Round the corners of an element. Can be a single value or four space-separated values
</td>
<td>
Round the corners of an element. Can be a single value or four space-separated values
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
.box-shadow()
</code></td>
<td><code>
.box-shadow()
</code></td>
<td><code>
@shadow
: 0 1px 3px rgba(0,0,0,.25)
</code></td>
<td><code>
@shadow
</code></td>
<td>
Add a drop shadow to an element
</td>
<td>
Add a drop shadow to an element
</td>
</tr>
</tr>
<tr>
<tr>
...
@@ -847,7 +847,7 @@
...
@@ -847,7 +847,7 @@
</tr>
</tr>
<tr>
<tr>
<td><code>
.translate()
</code></td>
<td><code>
.translate()
</code></td>
<td><code>
@x
: 0, @y: 0
</code></td>
<td><code>
@x
, @y
</code></td>
<td>
Move an element on the x and y planes
</td>
<td>
Move an element on the x and y planes
</td>
</tr>
</tr>
<tr>
<tr>
...
@@ -882,7 +882,7 @@
...
@@ -882,7 +882,7 @@
</tr>
</tr>
<tr>
<tr>
<td><code>
.content-columns()
</code></td>
<td><code>
.content-columns()
</code></td>
<td><code>
@columnCount, @columnGap: @grid
ColumnGutter
</code></td>
<td><code>
@columnCount, @columnGap: @grid
GutterWidth
</code></td>
<td>
Make the content of any element use CSS3 columns
</td>
<td>
Make the content of any element use CSS3 columns
</td>
</tr>
</tr>
</tbody>
</tbody>
...
...
docs/templates/pages/less.mustache
View file @
452ddc0f
...
@@ -627,17 +627,17 @@
...
@@ -627,17 +627,17 @@
</tr>
</tr>
<tr>
<tr>
<td><code>
.size()
</code></td>
<td><code>
.size()
</code></td>
<td><code>
@height
: 5px, @width: 5px
</code></td>
<td><code>
@height
@width
</code></td>
<td>
{{
_i
}}
Quickly set the height and width on one line
{{/
i
}}
</td>
<td>
{{
_i
}}
Quickly set the height and width on one line
{{/
i
}}
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
.square()
</code></td>
<td><code>
.square()
</code></td>
<td><code>
@size
: 5px
</code></td>
<td><code>
@size
</code></td>
<td>
{{
_i
}}
Builds on
<code>
.size()
</code>
to set the width and height as same value
{{/
i
}}
</td>
<td>
{{
_i
}}
Builds on
<code>
.size()
</code>
to set the width and height as same value
{{/
i
}}
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
.opacity()
</code></td>
<td><code>
.opacity()
</code></td>
<td><code>
@opacity
: 100
</code></td>
<td><code>
@opacity
</code></td>
<td>
{{
_i
}}
Set, in whole numbers, the opacity percentage (e.g., "50" or "75")
{{/
i
}}
</td>
<td>
{{
_i
}}
Set, in whole numbers, the opacity percentage (e.g., "50" or "75")
{{/
i
}}
</td>
</tr>
</tr>
</tbody>
</tbody>
...
@@ -745,12 +745,12 @@
...
@@ -745,12 +745,12 @@
<tbody>
<tbody>
<tr>
<tr>
<td><code>
.border-radius()
</code></td>
<td><code>
.border-radius()
</code></td>
<td><code>
@radius
: 5px
</code></td>
<td><code>
@radius
</code></td>
<td>
{{
_i
}}
Round the corners of an element. Can be a single value or four space-separated values
{{/
i
}}
</td>
<td>
{{
_i
}}
Round the corners of an element. Can be a single value or four space-separated values
{{/
i
}}
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
.box-shadow()
</code></td>
<td><code>
.box-shadow()
</code></td>
<td><code>
@shadow
: 0 1px 3px rgba(0,0,0,.25)
</code></td>
<td><code>
@shadow
</code></td>
<td>
{{
_i
}}
Add a drop shadow to an element
{{/
i
}}
</td>
<td>
{{
_i
}}
Add a drop shadow to an element
{{/
i
}}
</td>
</tr>
</tr>
<tr>
<tr>
...
@@ -770,7 +770,7 @@
...
@@ -770,7 +770,7 @@
</tr>
</tr>
<tr>
<tr>
<td><code>
.translate()
</code></td>
<td><code>
.translate()
</code></td>
<td><code>
@x
: 0, @y: 0
</code></td>
<td><code>
@x
, @y
</code></td>
<td>
{{
_i
}}
Move an element on the x and y planes
{{/
i
}}
</td>
<td>
{{
_i
}}
Move an element on the x and y planes
{{/
i
}}
</td>
</tr>
</tr>
<tr>
<tr>
...
@@ -805,7 +805,7 @@
...
@@ -805,7 +805,7 @@
</tr>
</tr>
<tr>
<tr>
<td><code>
.content-columns()
</code></td>
<td><code>
.content-columns()
</code></td>
<td><code>
@columnCount, @columnGap: @grid
ColumnGutter
</code></td>
<td><code>
@columnCount, @columnGap: @grid
GutterWidth
</code></td>
<td>
{{
_i
}}
Make the content of any element use CSS3 columns
{{/
i
}}
</td>
<td>
{{
_i
}}
Make the content of any element use CSS3 columns
{{/
i
}}
</td>
</tr>
</tr>
</tbody>
</tbody>
...
...
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