Commit b3c4ea52 authored by Mark Otto's avatar Mark Otto

Merge pull request #17221 from maxbeatty/docs-preprocessor

Update Preprocessor section of homepage
parents 2638b10d 2c58bd52
...@@ -55,8 +55,8 @@ title: Bootstrap · The world's most popular mobile-first and responsive f ...@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment