# basscss-color-base

> Base element color styles module for Basscss

Latest version **2.0.2** (published 2016-02-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install basscss-color-base
pnpm add basscss-color-base
yarn add basscss-color-base
bun add basscss-color-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 | 2.0.2 |
| Published | 2016-02-06 |
| First published | 2014-12-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 157 |
| Author | Brent Jackson |
| Maintainers | jxnblk |
| Keywords | css, oocss, basscss |

## Links

- npm: https://www.npmjs.com/package/basscss-color-base
- Repository: https://github.com/basscss/addons
- Issues: https://github.com/basscss/addons/issues
- npm.io page: https://npm.io/package/basscss-color-base

## Dependencies (1)

- [basscss-defaults](https://npm.io/package/basscss-defaults.md) ^2.0.1

## 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

- 2.0.2 (latest) — 2016-02-06
- 2.0.0-beta.1 (beta) — 2015-06-26
- 2.0.1 — 2016-02-01
- 2.0.0 — 2015-06-26
- 2.0.0-beta.0 — 2015-05-20
- 1.4.0 — 2015-05-09
- 1.3.2 — 2015-04-11
- 1.3.1 — 2015-04-11
- 1.3.0 — 2015-04-10
- 1.2.1 — 2015-04-09
- 1.2.0 — 2015-04-05
- 1.1.2 — 2015-03-19
- 1.1.1 — 2015-03-15
- 1.1.0 — 2015-03-15
- 1.0.1 — 2015-02-22
- … 3 more at https://npm.io/package/basscss-color-base/versions

## README

This module sets color styles for the body, links, pre, code, and hr elements.

## Base Elements

The body element has color set to `--black` and background color white.
Links default to `--blue`. To adjust the link color, define a new value for the `--link-color` custom property.
Pre and code tags have transparent background by default. To set a background color, use `--pre-background-color`.
HRs use the same default border width and color as other border styles. These can be defined with `--border-width` and `--border-color`.

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