mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts: docs/less.html docs/templates/pages/less.mustache
This commit is contained in:
@@ -398,6 +398,7 @@
|
|||||||
<div class="page-header" id="mixins">
|
<div class="page-header" id="mixins">
|
||||||
<h1>Bootstrap mixins <small></small></h1>
|
<h1>Bootstrap mixins <small></small></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Mixins up the wazoo</h3>
|
<h3>Mixins up the wazoo</h3>
|
||||||
<p>Mixins are basically includes or partials for CSS, allowing you to combine a block of code into one. They’re great for vendor prefixed properties like <code>box-shadow</code>, cross-browser gradients, font stacks, and more. Below is a sample of the mixins that are included with Bootstrap.</p>
|
<p>Mixins are basically includes or partials for CSS, allowing you to combine a block of code into one. They’re great for vendor prefixed properties like <code>box-shadow</code>, cross-browser gradients, font stacks, and more. Below is a sample of the mixins that are included with Bootstrap.</p>
|
||||||
<h4>Font stacks</h4>
|
<h4>Font stacks</h4>
|
||||||
|
1
docs/templates/pages/less.mustache
vendored
1
docs/templates/pages/less.mustache
vendored
@@ -335,6 +335,7 @@
|
|||||||
<div class="page-header" id="mixins">
|
<div class="page-header" id="mixins">
|
||||||
<h1>{{_i}}Bootstrap mixins <small></small>{{/i}}</h1>
|
<h1>{{_i}}Bootstrap mixins <small></small>{{/i}}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>{{_i}}Mixins up the wazoo{{/i}}</h3>
|
<h3>{{_i}}Mixins up the wazoo{{/i}}</h3>
|
||||||
<p>{{_i}}Mixins are basically includes or partials for CSS, allowing you to combine a block of code into one. They’re great for vendor prefixed properties like <code>box-shadow</code>, cross-browser gradients, font stacks, and more. Below is a sample of the mixins that are included with Bootstrap.{{/i}}</p>
|
<p>{{_i}}Mixins are basically includes or partials for CSS, allowing you to combine a block of code into one. They’re great for vendor prefixed properties like <code>box-shadow</code>, cross-browser gradients, font stacks, and more. Below is a sample of the mixins that are included with Bootstrap.{{/i}}</p>
|
||||||
<h4>{{_i}}Font stacks{{/i}}</h4>
|
<h4>{{_i}}Font stacks{{/i}}</h4>
|
||||||
|
Reference in New Issue
Block a user