mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Merge pull request #17221 from maxbeatty/docs-preprocessor
Update Preprocessor section of homepage
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
+2
-2
@@ -55,8 +55,8 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-4 m-b-lg">
|
<div class="col-sm-4 m-b-lg">
|
||||||
<img src="assets/img/sass-less.png" alt="Sass support" class="img-responsive">
|
<img src="assets/img/sass.png" alt="Sass support" class="img-responsive">
|
||||||
<h4>Preprocessors</h4>
|
<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>
|
<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>
|
||||||
<div class="col-sm-4 m-b-lg">
|
<div class="col-sm-4 m-b-lg">
|
||||||
|
|||||||
Reference in New Issue
Block a user