mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 09:41:11 +00:00
Update contents.md
This commit is contained in:
parent
8d81226a8e
commit
a2d0e78b44
@ -129,10 +129,12 @@ bootstrap/
|
|||||||
├── dist/
|
├── dist/
|
||||||
│ ├── css/
|
│ ├── css/
|
||||||
│ └── js/
|
│ └── js/
|
||||||
├── docs/
|
├── site/
|
||||||
|
│ └──docs/
|
||||||
|
│ └── 4.1/
|
||||||
│ └── examples/
|
│ └── examples/
|
||||||
├── js/
|
├── js/
|
||||||
└── scss/
|
└── scss/
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
The `scss/` 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 `scss/` and `js/` are the source code for our CSS and JavaScript. The `dist/` folder includes everything listed in the precompiled download section above. The `site/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…
x
Reference in New Issue
Block a user