Skip to content

Latest commit

 

History

History
140 lines (130 loc) · 4.94 KB

README.md

File metadata and controls

140 lines (130 loc) · 4.94 KB

Bootstrap Bootstrap 4

Version 4.3.2

Quick start

  • Install with Bower: bower install bootstrap4-bower

Read the Getting started page for information on the framework contents, templates and examples, and more.

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

bootstrap/
├── README.md
├── bower.json
└── dist
    ├── css
    │   ├── bootstrap-grid.css
    │   ├── bootstrap-grid.css.map
    │   ├── bootstrap-grid.min.css
    │   ├── bootstrap-grid.min.css.map
    │   ├── bootstrap-reboot.css
    │   ├── bootstrap-reboot.css.map
    │   ├── bootstrap-reboot.min.css
    │   ├── bootstrap-reboot.min.css.map
    │   ├── bootstrap.css
    │   ├── bootstrap.css.map
    │   ├── bootstrap.min.css
    │   └── bootstrap.min.css.map
    ├── js
    │   ├── bootstrap.bundle.js
    │   ├── bootstrap.bundle.js.map
    │   ├── bootstrap.bundle.min.js
    │   ├── bootstrap.bundle.min.js.map
    │   ├── bootstrap.js
    │   ├── bootstrap.js.map
    │   ├── bootstrap.min.js
    │   └── bootstrap.min.js.map
    └── scss
        ├── _alert.scss
        ├── _badge.scss
        ├── _breadcrumb.scss
        ├── _button-group.scss
        ├── _buttons.scss
        ├── _card.scss
        ├── _carousel.scss
        ├── _close.scss
        ├── _code.scss
        ├── _custom-forms.scss
        ├── _dropdown.scss
        ├── _forms.scss
        ├── _functions.scss
        ├── _grid.scss
        ├── _images.scss
        ├── _input-group.scss
        ├── _jumbotron.scss
        ├── _list-group.scss
        ├── _media.scss
        ├── _mixins.scss
        ├── _modal.scss
        ├── _nav.scss
        ├── _navbar.scss
        ├── _pagination.scss
        ├── _popover.scss
        ├── _print.scss
        ├── _progress.scss
        ├── _reboot.scss
        ├── _root.scss
        ├── _spinners.scss
        ├── _tables.scss
        ├── _toasts.scss
        ├── _tooltip.scss
        ├── _transitions.scss
        ├── _type.scss
        ├── _utilities.scss
        ├── _variables.scss
        ├── bootstrap-grid.scss
        ├── bootstrap-reboot.scss
        ├── bootstrap.scss
        ├── mixins
        │   ├── _alert.scss
        │   ├── _background-variant.scss
        │   ├── _badge.scss
        │   ├── _border-radius.scss
        │   ├── _box-shadow.scss
        │   ├── _breakpoints.scss
        │   ├── _buttons.scss
        │   ├── _caret.scss
        │   ├── _clearfix.scss
        │   ├── _deprecate.scss
        │   ├── _float.scss
        │   ├── _forms.scss
        │   ├── _gradients.scss
        │   ├── _grid-framework.scss
        │   ├── _grid.scss
        │   ├── _hover.scss
        │   ├── _image.scss
        │   ├── _list-group.scss
        │   ├── _lists.scss
        │   ├── _nav-divider.scss
        │   ├── _pagination.scss
        │   ├── _reset-text.scss
        │   ├── _resize.scss
        │   ├── _screen-reader.scss
        │   ├── _size.scss
        │   ├── _table-row.scss
        │   ├── _text-emphasis.scss
        │   ├── _text-hide.scss
        │   ├── _text-truncate.scss
        │   ├── _transition.scss
        │   └── _visibility.scss
        ├── utilities
        │   ├── _align.scss
        │   ├── _background.scss
        │   ├── _borders.scss
        │   ├── _clearfix.scss
        │   ├── _display.scss
        │   ├── _embed.scss
        │   ├── _flex.scss
        │   ├── _float.scss
        │   ├── _overflow.scss
        │   ├── _position.scss
        │   ├── _screenreaders.scss
        │   ├── _shadows.scss
        │   ├── _sizing.scss
        │   ├── _spacing.scss
        │   ├── _stretched-link.scss
        │   ├── _text.scss
        │   └── _visibility.scss
        └── vendor
            └── _rfs.scss

Copyright and license

Copyright Bootstrap.