https://github.com/sircus/components-form-size
Deprecated
https://github.com/sircus/components-form-size
Last synced: 8 months ago
JSON representation
Deprecated
- Host: GitHub
- URL: https://github.com/sircus/components-form-size
- Owner: sircus
- Created: 2015-05-30T13:59:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T15:11:54.000Z (over 10 years ago)
- Last Synced: 2025-10-14T17:07:51.719Z (8 months ago)
- Language: CSS
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sircus-components-form-size
[](https://www.npmjs.com/package/sircus-components-form-size)
## Install
> npm:
```bash
$ npm install sircus-components-form-size sircus-variables
```
## Usage
> cssnext:
input.css
```css
@import "sircus-components-form-size";
@import "sircus-variables";
```
> sass:
input.scss
```scss
@import "node_modules/sircus-variables/converted";
@import "node_modules/sircus-components-form-size/converted";
```
> html
```html
..
..
..
..
```
## Contributing
We Need Your Help!
## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.