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

https://github.com/xlsdg/tvcss

A flexible layout tool for television and mobile
https://github.com/xlsdg/tvcss

flexible layout mobile px2rem rem rem2px television

Last synced: about 2 months ago
JSON representation

A flexible layout tool for television and mobile

Awesome Lists containing this project

README

        

# tvcss

> A flexible layout tool for television. Heavily inspired in [HotCss](https://github.com/imochen/hotcss).

## Installation

``` bash
$ npm install --save tvcss
```

## Usage

``` html










```

OR

``` html


```

## Config

* `initial-dpr` **[Optional]**
* `min-width` **[Optional]**
* `max-width` **[Optional]**
* `design-width` **[Required]**

## Properties

* `dpr`
* `minWidth`
* `maxWidth`
* `designWidth`

## Methods

* `px2rem`
* `rem2px`
* `resize`
* `update` **[Delay resize]**

# License

MIT