https://github.com/sircus/elements-heading
Deprecated
https://github.com/sircus/elements-heading
Last synced: 9 months ago
JSON representation
Deprecated
- Host: GitHub
- URL: https://github.com/sircus/elements-heading
- Owner: sircus
- Created: 2015-06-10T17:24:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T18:29:47.000Z (over 10 years ago)
- Last Synced: 2025-08-25T03:53:04.327Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sircus-elements-heading
[](https://www.npmjs.com/package/sircus-elements-heading)
## Dependencies
- [sircus-global-property](https://github.com/sircus/global-property)
## Installation
> npm:
```bash
$ npm install sircus-elements-heading sircus-global-property
```
## Usage
> cssnext:
input.css
```css
@import "sircus-elements-heading";
@import "sircus-global-property";
```
> sass:
input.scss
```scss
@import "./node_modules/sircus-global-property/converted";
@import "./node_modules/sircus-elements-heading/converted";
```
> html
```html
Typography
Typography
Typography
Typography
Typography
Typography
Typography
Typography
Typography
Typography
Typography
Typography
```
## Contributing
We Need Your Help!
## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.