mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 21:22:52 +02:00
alphabetize the ordering
This commit is contained in:
@@ -36,13 +36,13 @@ The Bootstrap source code download includes the precompiled CSS and JavaScript a
|
|||||||
|
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
bootstrap/
|
bootstrap/
|
||||||
├── less/
|
|
||||||
├── js/
|
|
||||||
├── dist/
|
├── dist/
|
||||||
│ ├── css/
|
│ ├── css/
|
||||||
│ └── js/
|
│ └── js/
|
||||||
└── docs/
|
├── docs/
|
||||||
└── examples/
|
│ └── examples/
|
||||||
|
├── js/
|
||||||
|
└── less/
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
The `less/` and `js/` are the source code for our CSS and JavaScript. The `dist/` folder includes everything listed in the precompiled download section above. The `docs/` folder includes the source code for our documentation, and `examples/` of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.
|
The `less/` and `js/` are the source code for our CSS and JavaScript. The `dist/` folder includes everything listed in the precompiled download section above. The `docs/` folder includes the source code for our documentation, and `examples/` of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.
|
||||||
|
Reference in New Issue
Block a user