mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #17221 from maxbeatty/docs-preprocessor
Update Preprocessor section of homepage
This commit is contained in:
commit
b3c4ea52cd
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
BIN
docs/assets/img/sass.png
Normal file
BIN
docs/assets/img/sass.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -55,8 +55,8 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
|
|||
|
||||
<div class="row">
|
||||
<div class="col-sm-4 m-b-lg">
|
||||
<img src="assets/img/sass-less.png" alt="Sass support" class="img-responsive">
|
||||
<h4>Preprocessors</h4>
|
||||
<img src="assets/img/sass.png" alt="Sass support" class="img-responsive">
|
||||
<h4>Preprocessor</h4>
|
||||
<p>Bootstrap ships with vanilla CSS, but its source code utilizes <a href="../css/#sass">Sass</a>, a popular CSS preprocessor. Quickly get started with precompiled CSS or build on the source.</p>
|
||||
</div>
|
||||
<div class="col-sm-4 m-b-lg">
|
||||
|
|
Loading…
Reference in a new issue