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
- Host: GitHub
- URL: https://github.com/stackcss/css-type-base
- Owner: stackcss
- License: mit
- Created: 2015-10-04T16:21:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T11:32:25.000Z (over 9 years ago)
- Last Synced: 2025-06-14T20:48:38.192Z (7 months ago)
- Language: CSS
- Size: 2.93 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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