# tvcss **Repository Path**: mirrors_xlsdg/tvcss ## Basic Information - **Project Name**: tvcss - **Description**: A flexible layout tool for television and mobile - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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