mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
alphabetize the ordering
This commit is contained in:
parent
2a3680e187
commit
2ef6e02c01
1 changed files with 4 additions and 4 deletions
|
@ -36,13 +36,13 @@ The Bootstrap source code download includes the precompiled CSS and JavaScript a
|
|||
|
||||
{% highlight bash %}
|
||||
bootstrap/
|
||||
├── less/
|
||||
├── js/
|
||||
├── dist/
|
||||
│ ├── css/
|
||||
│ └── js/
|
||||
└── docs/
|
||||
└── examples/
|
||||
├── docs/
|
||||
│ └── examples/
|
||||
├── js/
|
||||
└── less/
|
||||
{% 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.
|
||||
|
|
Loading…
Reference in a new issue