https://github.com/sircus/tools-gutter-responsive
Deprecated
https://github.com/sircus/tools-gutter-responsive
Last synced: 10 months ago
JSON representation
Deprecated
- Host: GitHub
- URL: https://github.com/sircus/tools-gutter-responsive
- Owner: sircus
- Created: 2015-05-03T10:49:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T13:24:35.000Z (over 10 years ago)
- Last Synced: 2025-07-13T04:40:54.098Z (11 months ago)
- Language: CSS
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sircus-tools-gutter-responsive
[](https://www.npmjs.com/package/sircus-tools-gutter-responsive)
## Install
> npm:
```bash
$ npm install sircus-tools-gutter-responsive sircus-variables
```
## Usage
> cssnext:
input.css
```css
@import "sircus-tools-gutter-responsive";
@import "sircus-variables";
```
> sass:
input.scss
```scss
@import "./node_modules/sircus-variables/converted";
@import "./node_modules/sircus-tools-gutter-responsive/converted";
```
> html
```html
```
## Contributing
We Need Your Help!
## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.