文件名称:生成自定义网格单位Rework-Pure-Grids.zip
文件大小:6KB
文件格式:ZIP
更新时间:2022-08-07 23:02:24
开源项目
Rework-Pure-Grids 是能够通过 Rework 为 Pure Grids 生成自定义单位(尺寸)的工具。为 Pure's defaut Grids 创建自定义媒体查询的单位:var rework = require('rework'), pureGrids = require('rework-pure-grids'); var css = rework('').use(pureGrids.units({ mediaQueries: { sm : 'screen and (min-width: 30em)', med : 'screen and (min-width: 48em)', lrg : 'screen and (min-width: 64em)', xlrg: 'screen and (min-width: 75em)' } })).toString(); 标签:Rework
【文件预览】:
rework-pure-grids-master
----index.js(8KB)
----HISTORY.md(2KB)
----package.json(652B)
----LICENSE(1KB)
----.gitignore(14B)
----README.md(2KB)