# bootstrap-only-css

> Bootstrap 3 css without js and font files

Latest version **1.0.0** (published 2017-01-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install bootstrap-only-css
pnpm add bootstrap-only-css
yarn add bootstrap-only-css
bun add bootstrap-only-css
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-01-09 |
| First published | 2016-07-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | vaeum |
| Maintainers | vaeum |

## Links

- npm: https://www.npmjs.com/package/bootstrap-only-css
- Repository: https://github.com/vaeum/bootstrap-only-css
- Homepage: https://github.com/vaeum/bootstrap-only-css#readme
- Issues: https://github.com/vaeum/bootstrap-only-css/issues
- npm.io page: https://npm.io/package/bootstrap-only-css

## Recent versions

- 1.0.0 (latest) — 2017-01-09
- 0.0.11 — 2017-01-09
- 0.0.10 — 2017-01-09
- 0.0.9 — 2017-01-09
- 0.0.8 — 2016-10-14
- 0.0.7 — 2016-08-09
- 0.0.6 — 2016-07-30
- 0.0.5 — 2016-07-24
- 0.0.4 — 2016-07-15
- 0.0.3 — 2016-07-15
- 0.0.2 — 2016-07-15
- 0.0.1 — 2016-07-15

## README

# bootstrap-only-css

Bootstrap 3 css without js and font files.

[![NPM](https://nodei.co/npm-dl/bootstrap-only-css.png?months=1)](https://nodei.co/npm/bootstrap-only-css/)

[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][npm-url]

### Install

```
npm install --save bootstrap-only-css
```

Usage

```
import 'bootstrap-only-css';
```

or

```
import 'bootstrap-only-css/dist/bootstrap-only-grid.css';
```

or

```
import 'bootstrap-only-css/lib/normalize.css';
import 'bootstrap-only-css/lib/grid.css';
```

### Develop

```
git clone https://github.com/vaeum/bootstrap-only-css.git
cd bootstrap-only-css
npm install
gulp
```

[downloads-image]: https://img.shields.io/npm/dm/bootstrap-only-css.svg
[npm-url]: https://www.npmjs.com/package/bootstrap-only-css
[npm-image]: https://img.shields.io/npm/v/bootstrap-only-css.svg

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