文件名称:postcss-lh:PostCSS插件,基于垂直节奏的行高增加了对lh单位的支持
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-01 15:12:11
TypeScript
PostCSS插件,它基于根行高定义一个lh单位,用于Web布局中的垂直节奏。 专为。 这样写: : root { font : 16 px / 1.5 "Helvetica" , "Arial" , sans-serif; } section { margin-bottom : 1 lh ; padding-top : .5 lh ; } 并得到这个: : root { font : 16 px / 1.5 "Helvetica" , "Arial" , sans-serif; } section { margin-bottom : 1.5 rem ; padding-top : 0.75 rem ; } 安装 $ npm install postcss-lh 用法 postcss ( [ require ( 'postcss-lh' ) ] ) 有
【文件预览】:
postcss-lh-master
----.travis.yml(49B)
----package.json(701B)
----test()
--------index.js(674B)
--------fixtures()
----LICENSE(1KB)
----package-lock.json(12KB)
----dist()
--------index.js(662B)
--------getLineHeight.js(851B)
--------lhToRem.js(167B)
----src()
--------lhToRem.ts(87B)
--------getLineHeight.ts(794B)
--------index.ts(739B)
----.npmignore(58B)
----tsconfig.json(188B)
----.gitignore(34B)
----README.md(1KB)