mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-25 19:43:43 +00:00
fix file structure in What's included
This commit is contained in:
parent
74ae8ecc80
commit
2a2a8e9e20
1 changed files with 3 additions and 3 deletions
|
|
@ -73,9 +73,9 @@ bootstrap/
|
||||||
├── css/
|
├── css/
|
||||||
│ ├── bootstrap.css
|
│ ├── bootstrap.css
|
||||||
│ ├── bootstrap.min.css
|
│ ├── bootstrap.min.css
|
||||||
├── js/
|
└── js/
|
||||||
│ ├── bootstrap.js
|
├── bootstrap.js
|
||||||
│ ├── bootstrap.min.js
|
└── bootstrap.min.js
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<p>This is the most basic form of Bootstrap: compiled 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>).</p>
|
<p>This is the most basic form of Bootstrap: compiled 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>).</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue