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

https://github.com/sircus/tools-align

Deprecated
https://github.com/sircus/tools-align

Last synced: 8 months ago
JSON representation

Deprecated

Awesome Lists containing this project

README

          

# sircus-tools-align

[![npm version](https://img.shields.io/npm/v/sircus-tools-align.svg?style=flat)](https://www.npmjs.com/package/sircus-tools-align)

## Installation

> npm:

```bash
$ npm install sircus-tools-align
```

## Usage

> cssnext:

input.css
```css
@import "sircus-tools-align"
```

> sass:

input.scss
```scss
@import "node_modules/sircus-tools-align/converted";
```

> html

```html

.t-alignLeft


.t-alignRight


.t-alignCenter


Lorem ipsum dolor sit amet...

.t-alignBaseline
.t-alignTop
.t-alignMiddle
.t-alignBottom

.t-alignTextTop
.t-alignTextBottom
```

## Contributing

We Need Your Help!

## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.