@@ -16,8 +16,10 @@ Copy any changes made here over to the README too. -->
...
@@ -16,8 +16,10 @@ Copy any changes made here over to the README too. -->
bootstrap/
bootstrap/
├── css/
├── css/
│ ├── bootstrap.css
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── bootstrap.min.css
│ ├── bootstrap.min.css
│ ├── bootstrap-theme.css
│ ├── bootstrap-theme.css
│ ├── bootstrap-theme.css.map
│ └── bootstrap-theme.min.css
│ └── bootstrap-theme.min.css
├── js/
├── js/
│ ├── bootstrap.js
│ ├── bootstrap.js
...
@@ -29,7 +31,7 @@ bootstrap/
...
@@ -29,7 +31,7 @@ bootstrap/
└── glyphicons-halflings-regular.woff
└── glyphicons-halflings-regular.woff
{% endhighlight %}
{% endhighlight %}
<p>This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p>
<p>This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>) and CSS source maps (<code>bootstrap.*.map</code>) for use with web browsers developer tools (if you are curious about CSS source maps check out Google Chrome developer network <ahref="https://developers.google.com/chrome-developer-tools/docs/css-preprocessors"target="_blank">Working with CSS Preprocessors</a>). Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p>
<p>The Bootstrap source code download includes the precompiled CSS, JavaScript, and font assets, along with source Less, JavaScript, and documentation. More specifically, it includes the following and more:</p>
<p>The Bootstrap source code download includes the precompiled CSS, JavaScript, and font assets, along with source Less, JavaScript, and documentation. More specifically, it includes the following and more:</p>