文件名称:postcss-typescale:一个用于设置类型的 PostCSS 插件
文件大小:151KB
文件格式:ZIP
更新时间:2024-06-18 15:50:57
postcss postcss-plugin typescale postcss-typescale JavaScript
postcss-typescale 一个插件,用于根据设置类型。 例子 @typescale { scale : 1.25 ; font-size : 1 rem ; line-height : 1.5 rem ; } . xxl { typescale : 3 2 ; } . xl { typescale : 2 1.5 ; } . l { typescale : 1 1.5 ; } . m { typescale : 0 1 ; } . s { typescale : -1 1 ; } . xs { typescale : -2 0.5 ; } 01:、、、 02:、、、 安装 安装npm 包: npm install postcss postcss-typescale --save-dev 需要 PossCSS: postcss (
【文件预览】:
postcss-typescale-master
----.travis.yml(36B)
----.babelrc(137B)
----package.json(2KB)
----test()
--------tests.js(523B)
--------01.js(361B)
--------02.js(427B)
----LICENSE(1KB)
----package-lock.json(614KB)
----src()
--------index.js(2KB)
--------typescale.js(307B)
----.npmignore(65B)
----.gitignore(46B)
----CHANGELOG.md(200B)
----README.md(3KB)
----.eslintignore(6B)
----.editorconfig(179B)