# bootstrap-scss

> Bootstrap's SCSS files (only)

Latest version **5.3.8** (published 2025-11-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install bootstrap-scss
pnpm add bootstrap-scss
yarn add bootstrap-scss
bun add bootstrap-scss
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 5.3.8 |
| Published | 2025-11-04 |
| First published | 2018-03-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 324.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 44 |
| Author | Cristian Trifan |
| Maintainers | crissdev |
| Keywords | bootstrap, bootstrap-scss, responsive, scss |

## Links

- npm: https://www.npmjs.com/package/bootstrap-scss
- Repository: https://github.com/crissdev/bootstrap-scss
- Issues: https://github.com/crissdev/bootstrap-scss/issues
- npm.io page: https://npm.io/package/bootstrap-scss

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 5.3.8 (latest) — 2025-11-04
- 4.0.0 (4e1243bd22c66e7) — 2018-03-11
- 5.3.7 — 2025-11-04
- 5.3.6 — 2025-11-04
- 5.3.5 — 2025-11-04
- 5.3.4 — 2025-06-06
- 5.3.3 — 2024-02-28
- 5.3.2 — 2023-09-26
- 5.3.1 — 2023-08-11
- 5.3.0 — 2023-06-07
- 5.2.3 — 2022-12-03
- 5.2.2 — 2022-10-09
- 5.2.1 — 2022-09-16
- 4.6.2 — 2022-08-05
- 5.2.0 — 2022-07-23
- … 21 more at https://npm.io/package/bootstrap-scss/versions

## README

# Bootstrap SCSS

> Bootstrap's SCSS files (only)

<p align="center">
  <a href="https://getbootstrap.com/">
    <img src="https://getbootstrap.com/docs/5.3/assets/brand/bootstrap-logo-shadow.png" alt="Bootstrap logo" width="200" height="165">
  </a>
</p>

<h3 align="center">Bootstrap</h3>

<p align="center">
  Sleek, intuitive, and powerful front-end framework for faster and easier web development.
  <br>
  <a href="https://getbootstrap.com/docs/5.3/"><strong>Explore Bootstrap docs »</strong></a>
  <br>
  <br>
  <a href="https://github.com/twbs/bootstrap/issues/new?template=bug_report.md">Report bug</a>
  ·
  <a href="https://github.com/twbs/bootstrap/issues/new?template=feature_request.md">Request feature</a>
  ·
  <a href="https://themes.getbootstrap.com/">Themes</a>
  ·
  <a href="https://blog.getbootstrap.com/">Blog</a>
</p>

<br>

## Table of contents

- [Quick start](#quick-start)
- [Status](#status)
- [What's included](#whats-included)
- [Documentation](#documentation)
- [Versioning](#versioning)
- [Copyright and license](#copyright-and-license)

## Quick start

Several quick start options are available:

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

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

## Status

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

## 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
├── bootstrap-utilities.css
├── mixins/
│   └─ ...
└── utilities/
    └─ ...
└── vendor/
    └─ ...
```

## Documentation

[Bootstrap's official documentation](https://getbootstrap.com/) powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/).

## Versioning

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

## Changelog

https://github.com/twbs/bootstrap/releases/tag/v5.3.8

## Copyright and license

Code and documentation copyright 2011-2022 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE).

---
_Source: https://npm.io/package/bootstrap-scss · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
