postcss-short-text:在CSS中使用简写文字属性

时间:2021-05-07 22:56:23
【文件属性】:
文件名称:postcss-short-text:在CSS中使用简写文字属性
文件大小:11KB
文件格式:ZIP
更新时间:2021-05-07 22:56:23
JavaScript 短文 是插件,可让您在CSS中使用速记text属性。 /* before */ section { text : bold center uppercase dimgrey 1.25 em 1.5 .05 em ; } article { text : 1.25 em * .05 em ; } /* after */ section { font-weight : bold; text-align : center; text-transform : uppercase; color : dimgrey; font-size : 1.25 em ; line-height : 1.5 ; letter-spacing : .05 em ; } article { font-size : 1.25 em ;
【文件预览】:
postcss-short-text-master
----.eslintrc(4KB)
----.npmignore(58B)
----CONTRIBUTING.md(2KB)
----.travis.yml(59B)
----gulpfile.js(559B)
----test()
--------fixtures()
--------test.js(1KB)
----LICENSE.md(1KB)
----README.md(3KB)
----.gitignore(28B)
----index.js(4KB)
----CHANGELOG.md(178B)
----package.json(1KB)

网友评论