https://github.com/sircus/tools-border-responsive
Deprecated
https://github.com/sircus/tools-border-responsive
Last synced: about 1 year ago
JSON representation
Deprecated
- Host: GitHub
- URL: https://github.com/sircus/tools-border-responsive
- Owner: sircus
- Created: 2015-10-30T11:37:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T11:37:48.000Z (over 10 years ago)
- Last Synced: 2025-04-13T09:12:12.429Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sircus-tools-border-responsive
[](https://www.npmjs.com/package/sircus-tools-border-responsive)
## Install
> npm:
```bash
$ npm install sircus-variables sircus-tools-border-responsive sircus-tools-color
```
## Usage
> cssnext:
input.css
```css
@import "sircus-tools-border-responsive";
@import "sircus-tools-color";
@import "sircus-variables";
```
> sass:
input.scss
```scss
@import "node_modules/sircus-variables/converted";
@import "node_modules/sircus-tools-border-responsive/converted";
@import "node_modules/sircus-tools-color/converted";
```
> html
```html
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
```
width `sircus-tools-color`
```html
...
```
## Contributing
We Need Your Help!
## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.