https://github.com/sircus/tools-align-responsive
Deprecated
https://github.com/sircus/tools-align-responsive
Last synced: 8 months ago
JSON representation
Deprecated
- Host: GitHub
- URL: https://github.com/sircus/tools-align-responsive
- Owner: sircus
- Created: 2015-05-07T13:52:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T14:33:13.000Z (over 10 years ago)
- Last Synced: 2025-08-28T05:36:18.866Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sircus-tools-align-responsive
[](https://www.npmjs.com/package/sircus-tools-align-responsive)
## Install
> npm:
```bash
$ npm install sircus-tools-align-responsive sircus-variables
```
## Usage
> cssnext:
input.css
```css
@import "sircus-tools-align-responsive";
@import "sircus-variables";
```
> sass:
input.scss
```scss
@import "./node_modules/sircus-variables/converted";
@import "./node_modules/sircus-tools-align-responsive/converted";
```
> html
```html
/* text-align */
/* vertical-align */
/* text-align */
/* vertical-align */
/* text-align */
/* vertical-align */
```
## Contributing
We Need Your Help!
## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.