https://github.com/sircus/tools-typography
Deprecated
https://github.com/sircus/tools-typography
Last synced: 10 months ago
JSON representation
Deprecated
- Host: GitHub
- URL: https://github.com/sircus/tools-typography
- Owner: sircus
- Created: 2015-08-23T04:23:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T11:28:54.000Z (over 10 years ago)
- Last Synced: 2025-04-13T11:50:31.965Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sircus-tools-typography
[](https://www.npmjs.com/package/sircus-tools-typography)
## Dependencies
- [sircus-global-property](https://github.com/sircus/global-property)
## Installation
> npm:
```bash
$ npm install sircus-tools-typography sircus-global-property
```
## Usage
> cssnext:
input.css
```css
@import "sircus-tools-typography";
@import "sircus-global-property";
```
> sass:
input.scss
```scss
@import "./node_modules/sircus-global-property/converted";
@import "./node_modules/sircus-tools-typography/converted";
```
> html
```html
```
## Contributing
We Need Your Help!
## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.