An open API service indexing awesome lists of open source software.

https://github.com/stackcss/css-type-base

Scalar CSS typography
https://github.com/stackcss/css-type-base

Last synced: 6 months ago
JSON representation

Scalar CSS typography

Awesome Lists containing this project

README

          

# css-type-base
[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][downloads-url]

Scalar CSS typography. Extracted from [typebase][0]

## Installation
```sh
$ npm install css-type-base
```

## Usage
With [sheetify][2] installed do:
```css
@import 'css-type-base';
```

## See Also
- [typebase][0]
- [css-scale][1]
- [sheetify][2]
- [css-wipe][3]
- [ergonomic-breakpoint][4]

## License
[MIT](https://tldrlegal.com/license/mit-license)

[npm-image]: https://img.shields.io/npm/v/css-type-base.svg?style=flat-square
[npm-url]: https://npmjs.org/package/css-type-base
[downloads-image]: http://img.shields.io/npm/dm/css-type-base.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/css-type-base

[0]: https://github.com/devinhunt/typebase.css
[1]: https://github.com/sheetify/css-scale
[2]: https://github.com/sheetify/sheetify
[3]: https://github.com/sheetify/css-wipe
[4]: https://github.com/sheetify/ergonomic-breakpoint