# suitcss-base

> CSS base styles

Latest version **5.0.0** (published 2018-10-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install suitcss-base
pnpm add suitcss-base
yarn add suitcss-base
bun add suitcss-base
```

## 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 | 5.0.0 |
| Published | 2018-10-08 |
| First published | 2014-03-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 194 |
| Author | Nicolas Gallagher |
| Maintainers | giuseppegurgone, necolas, simonsmith, timkelty |
| Keywords | base, browser, css, normalize-css, suitcss, style |

## Links

- npm: https://www.npmjs.com/package/suitcss-base
- Repository: https://github.com/suitcss/base
- Homepage: https://github.com/suitcss/base#readme
- Issues: https://github.com/suitcss/base/labels/bug
- npm.io page: https://npm.io/package/suitcss-base

## Dependencies (1)

- [normalize.css](https://npm.io/package/normalize.css.md) ^8.0.0

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 5.0.0 (latest) — 2018-10-08
- 4.0.0 — 2017-09-25
- 3.0.0 — 2017-04-28
- 2.0.0 — 2016-04-11
- 1.0.2 — 2016-02-28
- 1.0.1 — 2015-10-31
- 1.0.0 — 2015-10-25
- 0.8.0 — 2014-10-28
- 0.7.0 — 2014-06-26
- 0.6.0 — 2014-06-22
- 0.5.0 — 2014-05-20
- 0.4.0 — 2014-03-27

## README

# SUIT CSS base

[![Build Status](https://travis-ci.org/suitcss/base.svg?branch=master)](https://travis-ci.org/suitcss/base)

Base styles for web applications. Provides a thin layer on top of
[Normalize.css](https://github.com/necolas/normalize.css).

Read more about how to use [SUIT CSS](https://github.com/suitcss/suit/).

## Installation

* [npm](http://npmjs.org/): `npm install suitcss-base`
* [Component(1)](http://github.com/component/component): `component install suitcss/base`
* [Download](https://github.com/suitcss/base/releases)

## Testing

Install [Node](http://nodejs.org) (comes with npm).

```
npm install
```

To generate a build:

```
npm run build
```

To lint code with [postcss-bem-linter](https://github.com/postcss/postcss-bem-linter) and [stylelint](http://stylelint.io/)

```
npm run lint
```

To generate the testing build.

```
npm run build-test
```

Basic visual tests are in `test/index.html`.

## Browser support

* Google Chrome
* Firefox
* Safari
* Opera
* Internet Explorer 9+

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