# Bootstrap SCSS [![npm version](https://img.shields.io/npm/v/bootstrap-scss.svg)](https://www.npmjs.com/package/bootstrap-scss)

> Bootstrap's SCSS files (only)

## Table of contents

- [Quick start](#quick-start)
- [What's included](#whats-included)
- [Versioning](#versioning)
- [License](#license)

## Quick start

Several quick start options are available:

- Install with [npm](https://www.npmjs.com/): `npm install bootstrap-scss@4.6.2`
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap-scss@4.6.2`

Read the [Getting started page](https://getbootstrap.com/docs/4.6/getting-started/introduction/) for information on the
framework contents, templates and examples, and more.

## What's included

Within this package you'll find the following directories and files, logically grouping common assets and providing only
SCSS variations. You'll see something like this:

```
bootstrap-scss/
├── bootstrap.scss
├── bootstrap-grid.scss
├── bootstrap-reboot.scss
├── mixins/
│   └─ ...
└── utilities/
    └─ ...
└── vendor/
    └─ ...
```

## Versioning

For simplicity, this project will use the same version numbers as Bootstrap.

## License

Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE).
