Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vwxyutarooo/vcalc-stylus


https://github.com/vwxyutarooo/vcalc-stylus

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

vcalc is an Sass function for calculate unit from px to vw or vmin.

## Install
```
$ npm install --save-dev vcalc-stylus
```

```styl
@import 'vcalc-stylus';
```

Set variable `$base-v-size` as you want, default sets `375` (iPhone6).
```
$base-view-width = 320;
```

## Useage
Same as [sass version](https://github.com/vwxyutarooo/vcalc)