mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +00:00
Merge pull request #11936 from KostyaTretyak/patch-1
Deleted curly brackets (in css.html)
This commit is contained in:
commit
fb8310fbc6
1 changed files with 2 additions and 2 deletions
4
css.html
4
css.html
|
|
@ -2938,7 +2938,7 @@ a {
|
|||
{% highlight css %}
|
||||
@icon-font-path: "../fonts/";
|
||||
@icon-font-name: "glyphicons-halflings-regular";
|
||||
{% endhighlight %}}
|
||||
{% endhighlight %}
|
||||
|
||||
<h3 id="less-variables-components">Components</h3>
|
||||
<p>Components throughout Bootstrap make use of some default variables for setting common values. Here are the most commonly used.</p>
|
||||
|
|
@ -2967,7 +2967,7 @@ a {
|
|||
|
||||
@caret-width-base: 4px;
|
||||
@caret-width-large: 5px;
|
||||
{% endhighlight %}}
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
<h2 id="less-mixins-vendor">Vendor mixins</h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue