mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-13 17:10:59 +00:00
Merge pull request #13946 from rufo/patch-1
Fixed apostrophe typo on home page
This commit is contained in:
commit
83d9165287
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ title: Bootstrap
|
|||
<div class="col-sm-4">
|
||||
<img src="assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive">
|
||||
<h3>Preprocessors</h3>
|
||||
<p>Bootstrap ships with vanilla CSS, but it's source code utilizes the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>. Quickly get started with precompiled CSS or build on the source.</p>
|
||||
<p>Bootstrap ships with vanilla CSS, but its source code utilizes the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>. Quickly get started with precompiled CSS or build on the source.</p>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<img src="assets/img/devices.png" alt="Responsive across devices" class="img-responsive">
|
||||
|
|
|
|||
Loading…
Reference in a new issue