An open API service indexing awesome lists of open source software.

https://github.com/sircus/components-form-size

Deprecated
https://github.com/sircus/components-form-size

Last synced: 8 months ago
JSON representation

Deprecated

Awesome Lists containing this project

README

          

# sircus-components-form-size

[![npm version](https://img.shields.io/npm/v/sircus-components-form-size.svg?style=flat)](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.