https://github.com/sircus/components-button
Deprecated
https://github.com/sircus/components-button
Last synced: 11 months ago
JSON representation
Deprecated
- Host: GitHub
- URL: https://github.com/sircus/components-button
- Owner: sircus
- Created: 2015-05-03T10:47:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T15:50:24.000Z (over 10 years ago)
- Last Synced: 2025-04-13T09:12:06.365Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sircus-components-button
[](https://www.npmjs.com/package/sircus-components-button)
## Install
> npm:
```bash
$ npm install sircus-components-button sircus-variables
```
## Usage
> cssnext:
input.css
```css
@import "sircus-components-button";
@import "sircus-variables";
```
> sass:
input.scss
```scss
@import "./node_modules/sircus-variables/converted";
@import "./node_modules/sircus-components-button/converted";
```
> html
```html
...
...
...
...
```
## Contributing
We Need Your Help!
## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.